SMART datagrid v1.4 > Classes > GridView
DataLudi.GridView.onRowGroupHeadCellDblClicked event
행 grouping 시 컬럼 헤더 왼 쪽에 추가되는 그룹 헤드셀을 더블클릭하면 발생한다.
function onRowGroupHeadCellDblClicked (grid: GridBase, level: Integer);
- Returns
- Void
- Parameters
- grid - GridBase.
- level - Integer.
Code -1
grid.onRowGroupHeadCellDblClicked = function (grid, level) {
alert(level + " 레벨의 그룹 헤드 더블 클릭.");
};
- See also
- onRowGroupHeadCellClicked
- onRowGroupHeaderClicked
- onRowGroupHeaderDblClicked
- RowGroup
- Examples
- Row Grouping