ASP.NET MVC コントロールヘルプ
DetailMergeManager クラス
ファイル
wijmo.grid.detail.js
モジュール
wijmo.grid.detail
基本クラス
MergeManager
Show
   

FlexGridDetailProvider クラスによって使用される結合マネージャクラス。

DetailMergeManager は、詳細セル(DetailRow 内のセル)をすべてのグリッド列にまたがる1つの詳細セルにマージします。

コンストラクタ

メソッド

コンストラクタ

constructor

constructor(grid: FlexGrid): DetailMergeManager

DetailMergeManagerクラスの新しいインスタンスを初期化します。

パラメーター
戻り値
DetailMergeManager

メソッド

getMergedRange

getMergedRange(p: GridPanel, r: number, c: number, clip?: boolean): CellRange

GridPanel 内のセルの結合範囲を指定するCellRange を取得します。

パラメーター
  • p: GridPanel

    The GridPanel that contains the range.

  • r: number

    The index of the row that contains the cell.

  • c: number

    The index of the column that contains the cell.

  • clip: boolean Optional

    Whether to clip the merged range to the grid's current view range.

戻り値
CellRange