Posted 24 September 2020, 3:17 am EST
Hi,
I am feeding data to Flexgrid as string even numbers, decimals also as string. But now the sorting for numbers are happening as string which is causing problem. So I want to write a custom sorting function to sort the columns according to the datatype. I am having the datatype of every column. Let me know is there a way to write a custom sorting function instead of default one to avoid the string sorting on number columns.