Grouping
FlexGrid supports grouping via source CollectionView.
Group the data by one or more properties by adding GroupDescription objects to the grid's collectionView.groupDescriptions.
The grid below groups the data by country and by product:
You may also want to hide the columns that are being grouped on in order to avoid showing redundant data.
The grid below groups the data by country and product, and hides those columns to achieve a compact grid.