Hi,
I'm setting grid grouping order manually by code, like this:
grid.DisplayLayout.Bands[0].SortedColumns.Add(groupingColumns, false, true);
The thing is that i don't want to sort the rows (including the inner rows) by a diffrent column - in practive - i want to set the order according to the number of elements in each grouping row - but the grid sorts the columns according to the description.
Or even sort it by a nother column value...
Pls help,
Gili
Check out this post. Maybe it will help point you in the right direction.
Sorting GroupByRows in the WinGrid by the Number of Child Rows