Hi,
I have a requirement to display the 4 fixed rows at the top of the ultragrid and would like remaining rows to be grouped (collapsing/expanding) without having any effect on the fixed rows
Quite Wondering how to achieve this?
Any help will be appreciated
thanks
Thanks Mike...
Would prefer your 2 grid idea as the previous one solution seems complex and will not give the full group by features ...
Just had another thought - maybe instead of fixed rows you could simply use 2 grids. One grid on top that shows the 4 'fixed' rows and another grid underneath it which displays the grouped data.
There is no way to do this. Grouping affects the entire band, there is no way to have an ungrouped row at the same level as a grouped row.
In theory, what you could do is being the grid to a DataSource with a structure that matches what you want to display. You would have to do the grouping yourself, though, you would not be able to take advantage of the grid's OutlookGroupBy functionality. Also, the GroupBy rows would not look like GroupBy row, they would just look like regular rows and they would have to have the same data structure (columns) as the fixed rows.