ComponentOne FlexGrid for WPF and Silverlight
Data Grouping
Features > Data Grouping

FlexGrid supports data grouping through ICollectionView, as well as separately through UI, which is shipped under a separate assembly, C1.WPF.FlexGridGroupPanel. FlexGridGroupPanel is available as a separate control to keep the footprint of FlexGrid control. This section discusses grouping data in FlexGrid using two approaches.

Group Data using ICollectionView
Learn how to group data using ICollectionView.
Group Data using FlexGridGroupPanel
Learn how to create an unbound grid using the FlexGrid control.