My Grid has multiple Group Columns and each has dynamic columns using a list.
When the lists have above 2 items, the column picker doesn't show the columns order correctly. (Grid's columns are showing correctly.)
For my example, I expect to show the column picker as belows.
Group1 > 1
Group1 > 2
Group1 > 3
Group2 > 1
Group2 > 2
Group2 > 3
I would like to know if there is any way to show column picker's order correctly.
Hello,
Have you done sorting? You must sort the group list in order for them to appear in the sorted result set.
Thanks
Narendra