SMART datagrid v.1 > Classes > GridBase

[ grids ver.1.3.2]   Back  Forward

DataLudi.GridBase.onRowIndicatorCellClick  event

如果在RowIndicator单元格中,运行鼠标下方向键,就会触发这个事件。 

如果在相同的单元格中,运行鼠标上/下方向键,就会触发onRowIndicatorCellClicked事件。 

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
行指示器