Posted 17 July 2018, 6:35 am EST
Hi,
We are applying filters on a column and options in filter dialog are sorted based on capital, which doesn’t happen in Excel. How to stop this?
please find the attached sample files
Thanks,
Viswanath
Forums Home / Spread / SpreadJS
Posted by: viswanath.malepati on 17 July 2018, 6:35 am EST
Posted 17 July 2018, 6:35 am EST
Hi,
We are applying filters on a column and options in filter dialog are sorted based on capital, which doesn’t happen in Excel. How to stop this?
please find the attached sample files
Thanks,
Viswanath
Posted 17 July 2018, 6:36 am EST
Sorting is based Case sensitivity of letters, which should not happen.
Posted 18 July 2018, 2:22 am EST
Hello Viswanath,
For this you need to cancel default sorting by setting SortState enumeration to None as given in link below:-
And then you can implement your own sorting logic.
Hope it helps.
Thanks,
Reeva