Cell Merging
FlexGrid supports content-driven cell merging.
To enable cell merging, set the allowMerging property to indicate what part or parts of the grid you want to merge, and set the allowMerging property on specific rows and columns to true. Once you do that, the grid will merges cells that have the same content, grouping the data visually.
In the example below, the allowMerging property is set to true on the "Country" and "Active" columns.
Try sorting the grid to see how that affects merging.
Notice how cells with the same content are merged down the columns, regardless of the content of other cells. You can customize this behavior using the mergeManager property.