Client-Side API Reference > FlexGrid > wijmo.grid.detail > DetailMergeManager Class |
constructor(grid: FlexGrid): DetailMergeManager
Initializes a new instance of the DetailMergeManager class.
The FlexGrid object that owns this DetailMergeManager.
getMergedRange(p: GridPanel, r: number, c: number, clip?: boolean): CellRange
The GridPanel that contains the range.
The index of the row that contains the cell.
The index of the column that contains the cell.
Whether to clip the merged range to the grid's current view range.
Merge manager class used by the FlexGridDetailProvider class.
The DetailMergeManager merges detail cells (cells in a DetailRow) into a single detail cell that spans all grid columns.