ParamQuery grid support forum

General Category => Help for ParamQuery Grid (free version) => Topic started by: VigneshVpn on March 27, 2019, 05:13:55 pm

Title: I need a custom sorting for a single column.
Post by: VigneshVpn on March 27, 2019, 05:13:55 pm
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.
Title: Re: I need a custom sorting for a single column.
Post by: VigneshVpn on March 28, 2019, 03:02:22 pm
please anyone have any idea on this issue??? plz share with me.
Title: Re: I need a custom sorting for a single column.
Post by: paramvir on March 29, 2019, 07:14:09 pm
you could use custom sorting for this.
Title: Re: I need a custom sorting for a single column.
Post by: VigneshVpn on March 30, 2019, 01:01:13 pm
how? I tried but i cant. is there any logic t do this. plz help me.