I'm sorry, I'll try to be more descriptive.
Let's take the 7th example out of the demo files http://www.trirand.com/blog/jq…..qgrid.html 'Remote Data sorted'.
The data is grouped on the client column. There are 3 groups: 'client 1', 'client 2' and 'client 3' in that specific order.
Applying a sort on this column(ascending,descending) takes no effect, clients keep in the exact same order.
In my grid, client 3 is at the top, client 1 in the middle and client 2 at the bottom. I would like to order the groups alphabetically but nothing I try seems to work.