datagrid - Flex AdavcedDatagrid Sorting is case-sensitive -


itemprop = "text">

I have several datagridges changing the column. The text function of the datagrid for the text field is making the case vulnerable.

e.g. The list below will look like

  apple strawberry auto  

auto must be with apples, but Capital A is counted separately because all Capital letters come after letters.

I have got a lot of information about setting up a CASEINSENSITIVE flag, but I can not know where it is to be done. Could you please help? The best solution would be that I can override the default behavior to be insensitive to all my datagread and compare all my work.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -