Jqgrid client side sorting not working from ID=10 -
I am facing a strange problem while implementing client side sorting on jqgrid.
Sorting from ED to the range of 1 to 9 is OK, but when id 10 is competing against the ID 10, it is placed in the second position. >
What is the problem of any idea ???
The ID column is like this
ID 1 10 2 3 4 5 6 7 8 9
In your colmodel you should define the sorttype: 'number' column for the id.
Comments
Post a Comment