Our Scenario is , We are sorting the data on sequence no on server side, and grouping by name on front end,
as it take default sort on grouping, it is sorted based on the alphabetical order, which is not required in our case it should sort only the sequence number.
My alternative approach is, I can group by sequence number, but I need the name to be displayed on the group text.