Most likely, the problem is in the type of your data. Generally this effect occurs if you store numbers as strings. Check them, and if it is the case, try to upload them into iGrid as real numbers (Integer, Long, etc).
If you wish to have your cell values as strings, there is an alternative which requires some coding. In this case, you can use custom sorting and compare pair values as numbers in the CustomSort event.