Hi,
We have requirement when one of the column header is clicked then sorting should happen based on another grid column which is hidden, but for other columns in the grid sorting should happen on same column (i.e. column clicked).
Please let us know how the above can be achieved.
We are using infragistics 20132.2364 version and the grids have virtualization feature enabled.
Thanks,
Kiran
Hi - Can you please provide suggestions around the above query. Thanks.
Hello Kiran,
In order to achieve this I would suggest you to use unbound column. You should set some values to the unbound column using databound event. In the current case, if you want to sort the unbound column based on another hidden column, then you should set the bound column values to the unbound one in order to apply the sorting correctly. I'm attaching a sample with similar scenario for your reference. If you have any further questions, please let me know.
Regards,Tsanna