I have several datagrids with changing columns. For the text fields the datagrid's sort function neems to be making a case sensitive compare.
eg. the following list sorted would look like this
apples
strawberries
Autos
Autos should be with apples but since the capital A is counted differently all capital letters come after.
I've found a lot of information on setting a CASEINSENSITIVE flag, but I can't figure out where to do this. Could you please help? The best solution would be one where I can override the default behavior to be case insensitive for all my datagrids and all my compare functions.