Hi Guys,
I need to sort the column into alpha numeric using server side sorting.
The expected result would be like this below:
Test1
Test2
Test10
Test100
But the actual result becomes like this:
Test1
Test10
Test100
Test2
This can be sorted using sort compare in client side but on server side sorting, the sortCompare is always null.
Does anyone know how to properly sort this on server side?
Thanks
I need to sort the column into alpha numeric using server side sorting.
The expected result would be like this below:
Test1
Test2
Test10
Test100
But the actual result becomes like this:
Test1
Test10
Test100
Test2
This can be sorted using sort compare in client side but on server side sorting, the sortCompare is always null.
Does anyone know how to properly sort this on server side?
Thanks