Hi All,
Being very new to xamDataGrid, I'm not sure if I can achieve something like the below. This requires grouping the column headers. Most of the existing winform grids support this feature.
Many Thanks
I would also like to know what the progress is. Using unbound fields opens up an entire can of worms when users wants to drag columns around. The unbound fields used for the groups are then out of sync.
We're porting our applications from WinForms to WPF. Our apps heavily rely on the UltraWinGrid. One of our must-have features is the column header grouping (UltraGridBand.Groups).
Any progress on this since the last post (since May)?
Hi,
I just wanted to know if you were able to create column Headers using the AutoGenerateFields to false and following the Alex’s suggestions or you still need help? Just let me know.
Thank you.
Sincerely,DimiDeveloper Support EngineerInfragistics, Inc.
Hello,
To achieve this you have to use UnboundFields and set AutoGenerateFields to false and AutoArrangeCells to Never and then set each Field's Column and Row properties. You can see how to implement this in this forum thread, where Sandip Patel has posted a sample.