SMART datagrid v.1 > Classes > GridView

Back  Forward

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
行分组