SMART datagrid v1.4 > Classes > GridBase

[ grids ver.1.3.2]   Back  Forward

DataLudi.GridBase.onRowIndicatorCellClick  event

RowIndicator 셀에 마우스 down이 실행되면 발생한다. 

동일한 셀에서 마우스 down/up이 실행되면 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
Row Indicator