Posted 14 September 2017, 11:44 am EST
Hello,
I have an issue with sorting in wijmo Flexgrid.
I have aplhanumeric values in a column and when i click on its header for sorting, the values which are aplhanumeric are not sorting properly.
For example,
consider this list : A1203,1110,A100,230
If i click on header to sort it should sort like A100,A1203,230,1110, instead it sorting is like A1203,A100,230,1110.
Could you please provide a solution for sorting for alphanumeric numbers.The fiddle link for it is http://fiddle.jshell.net/Teja_Gudivada/mjdxkztf/.
Thanks & Regards