SMART datagrid v.1 > Classes > GridView

Back  Forward

DataLudi.GridView.onRowGroupFooterCellClicked  event

网格行被分组的状态下,当点击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() + "点击第 个组页脚");
    };
See also
onRowGroupFooterCellDblClicked
GridRow
Examples
行分组