SMART datagrid v.1 > Classes > GridView
DataLudi.GridView.onRowGroupFooterCellDblClicked event
在网格行被分组的状态下,当双击GroupFooter时,将会触发这个事件。
function onRowGroupFooterCellDblClicked (grid: GridBase, index: CellIndex);
- Returns
- Void
- Parameters
- grid - GridBase.
- index - CellIndex.
Code -1
grid.onRowGroupFooterCellDblClicked = function (grid, index) {
alert(index.column.index() + "双击第 个组页脚");
};
- See also
- onRowGroupFooterCellClicked
- Examples
- 行分组