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

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -