|
In Flex 2 what you’d do is create a
Sort object with a SortField for your column and set it to case insensitive.
Then in the headerRelease event for that column, assign the sort to the
dataProvider and call refresh() on it, then call event.preventDefault() so that
the DG doesn’t do its own sorting. You may need to keep track of
ascending vs. descending yourself in order to set the right flags. Matt From: Hello, is there any posibility to sort the columns of a
DataGrid caseinsensitve? Harry
|

