Hi Team,
In hierarchical grid, we are not able to perform multiple sorting. We do have written the code for it – same as we did for parent grid.
2. We try to sort ABD WO by descending and CSA by ascending order as shown and then click on Apply.
3. REsult is still same .Sorting is not getting applied here .
Please help on the same . How to apply multiple sorting on child grids from the window pop up
Hello,
I created the following case for you: 'CAS-206840-F4B1S6' and will update you through it. You could see it in your account in the 'Support Activity' page.
Thank you for posting in our community.
I was able to reproduce your issue and I am currently discussing it with our development team. I will update you with my progress as soon as I have any new information regarding this matter.
In the meantime a possible workaround is to set the modalDialogSortOnClick property on the filtering feature to true:
{ name: "Sorting", type: "local", mode: "multi", filterDialogContainment: "window", modalDialogSortOnClick: true }
Any update on this ?