Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1210
Grouping with out sorting
posted

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