I have a WDG where by the property of "Sort" is set to "Multi" indicating user should be able to click on different column headings and the grid should sort on "ALL" those columns. It seems to be a st forward setup but my the WDG behaves like a single sort.
Not sure if I need some other flags turned ON/OFF. Here is the aspx code:
<
>
="5">
="Multi">
="">
Hi Asanghi,
You need to hold the control key when you go to click the second header to be sorted, otherwise the previous sorting is cleared. If you want it to happen from just clicking, you could handle client events to get this functionality.
regards,David Young
Hi Dave,
As I had implemented some additional functionalities, I need to check whether the ctrl key is pressed for multi sort so that I can determine the sort direction. So will it able to track down the ctrl key press event inside the client event "wdg_ColumnSorting(sender,e)". If so how can I achieve it in script inside thw wdg_ColumnSorting client side function.
Any help in this direction will be highly appreciated. Hopes it is possible and expecting a reply in soon for this.
Thanks & Regards,
Assyst