constructor(grid: FlexGrid): DetailMergeManager
Initializes a new instance of a DetailMergeManager class.
Grid that owns this merge manager.
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.