Hello Abu,
I’ve used the Grouping function to successfully group specific rows. Works like a champ.
I now need to be able to sort on a particular column within each group.
Example –
+ Group 1
junk 0070 junk2 …
junk 0030 junk2 …
+ Group 2
junk 0090 junk2 …
junk 0020 junk2 …
I need the rows within each group to be sorted by the 2nd column value.
Any assistance is most appreciated.
Thanks,
Steve
2 Answers
To clarify … I have sorting (by the user) turned off on all grid columns … I just need the sorting within each group to happen when the grid first loads
Your Answer