SMART datagrid v.1 > Classes > GridBase

[ grids ver.1.3.2]   Back  Forward

DataLudi.GridBase.onRowIndicatorCellClick  event

It will be fired if run mouse down in RowIndicator cell. 

If run mouse down/up in the same cell, onRowIndicatorCellClicked event will be fired. 

function onRowIndicatorCellClick (grid: GridBase, rowIndex: Integer);
Returns
Void
Parameters
grid - GridBase.
rowIndex - Integer.
Code -1
    grid.onRowIndicatorCellClick = function (grid, rowIndex) {
        console.log('rowIndicator cell click: ' + index.rowIndex);
    };
See Also
onRowIndicatorCellClicked
onRowIndicatorCellDblClicked
onCurrentChanging
onCurrentChanged
Examples
Row Indicator