Home › Forums › WinForms controls › Xceed Grid for WinForms › How to group by programmatically ?
How to group by programmatically ?
And more generally speaking, since where is the getting start documentation explaining how to do basic stuff like this?
Imported from legacy forums. Posted by Frederic (had 1143 views)
Create the group object at design time and then assign the property groupBy at runtime
Imported from legacy forums. Posted by Frederic (had 280 views)
Hi Fred,
I’m not certain if this is what you need, but you can group programatically by adding a group to the GroupTemplates of the Grid at runtime:
Please find an example at the documentation topic here:
http://doc.xceedsoft.com/products/XceedGrid/Automatic_grouping.html
Imported from legacy forums. Posted by Michel [Xceed] (had 999 views)