When ever a user drags a column into group pannel, i want those columns to be sorted ASC. the sorting should be multi sorted. Is there any way to achieve this?
I tried the solution in this link as a reference but its not working.
https://www.grapecity.com/forums/wijmo/save-and-retrieve-grouped-
May be in outsystems it has to be applied differently.
Thank you.
Hi @SANTHOSH PRINCETON,
I don't know if I understand the use case right. But on our implementation If you config the grid to allow the columns sorting you can click on the column grouped label, and it will sort your grid by it.
I don't know if this answer your use case, let me know if you need anything else.
Best Regards,João Ferreira
Hi thank you for your reply, yes i know on clicking i can get the sorting but i want it such that on adding a column to group, the columns in the group panel should be sorted. something like in this screen shot. This is what the client is expecting. the sorting should be done before the the clicking on panel labels. it should happen on after drag and drop of columns to group panel.
Kindly Help me on this.
Thanks & Regards,
Santhosh Princeton.
Hi @SANTHOSH PRINCETON
Currently, I don't think there's an out-of-the-box solution but I would like to get more details about your use case and, also ask for the findings you already got from looking at Wijmo's documentation and using the Data Grid APIs.
Cheers,GM
Hi again,
After doing some tests I found that you can actually use an already existing client action which makes it easier:
Since this client action receives the column identifier, it doesn't matter if the column is in the group panel or not, it will simply apply the sort order you want. Is just a matter of finding the trigger you want to call this client action.
Hope it helps!
GM
Hi thank you for your response let me try using your suggestion.
Thanks & Regards