Hi,
In my grid i have a column named as file number and the values will be "file-1,file-2,....file-10,file-11...etc". here normal sorting is working fine until the file reach file-10. if list over the count of 10 then it sorted as follows,
"file-1,file-11,file-12,file-2,file-3,file-4....etc". But i need the format of sorting is "file-1,file-2,file-3,.....file-9,file-10,file-11...etc".
So plz help me on this issue. how to solve this issue in sorting.
Thanks in advance.