Home » U++ Library support » ArrayCtrl, HeaderCtrl & GridCtrl » GridCtrl: Sorting order
GridCtrl: Sorting order [message #35378] |
Tue, 07 February 2012 16:52 |
Lance
Messages: 656 Registered: March 2007
|
Contributor |
|
|
I have a column of String type, each of format like:
NUMBER SPACE TEXT, eg
38 GridCtrl
375 ArrayCtrl
42 EditString
when sorting by this column, GridCtrl is so smart as to recognize the number in each string and sort by the number instead of alphabetically. This is certainly a feature and would be handy in a lot of situations. Here can I turn off the feature and sort alphabetically instead?
Sorting result (ascending) for above would be
38 GridCtrl
42 EditString
375 ArrayCtrl
Intended is:
375 ArrayCtrl
38 GridCtrl
42 EditString
Thanks!
|
|
|
Goto Forum:
Current Time: Tue Apr 29 22:17:24 CEST 2025
Total time taken to generate the page: 0.04713 seconds
|