SMART datagrid v1.4 > Classes > GridView
DataLudi.GridView.onRowGroupFooterCellClicked event
그리드행들이 grouping 된 상태에서 GroupFooter 셀들을 클릭했을 때 발생된다.
function onRowGroupFooterCellClicked (grid: GridBase, index: CellIndex);
- Returns
- Void
- Parameters
- grid - GridBase.
- index - CellIndex.
Code -1
grid.onRowGroupFooterCellClicked = function (grid, index) {
alert(index.column.index() + "번째 group footer 클릭");
};
- See also
- onRowGroupFooterCellDblClicked
- GridRow
- Examples
- Row Grouping