Hi,
I’ve a grid data with a combination of upper case and lower case records, where sorting behaves in a peculiar way. Mentioned below is the sample grid data format.
User Name |-------------------------------BETATEST 01 TEST 01 BMW 01 CITTEST 01 SAMPLE 01 CHEVRON REGRESSION betatest 02 bmw 02 apple01 cittest 02 chevron 02
If I do a sorting on this column, I’m getting the sorting order in the below format,
User Name |-------------------------------BETATEST 01 BMW 01 CHEVRON CITTEST 01 REGRESSION SAMPLE 01 TEST 01 apple01 betatest 02 bmw 02 chevron 02 cittest 02
All upper case records are arranging at the top and then the lower case records starts. It seems peculiar, even I’ve not written any logic for sorting order.
FYI, i’m using only a default sorting of jqxGrid (v2.8.3).
Can anyone please give me a suggestion.
Looking for a reply.
Thanks & Cheers,
\_rssb