SMART datagrid v1.4 > Classes > GridBase

Back  Forward

DataLudi.GridBase.onStateCellClicked  event

RowIndicator State셀을 클릭했을 때 발생한다. 

function onStateCellClicked (grid: GridBase, rowIndex: Integer);
Returns
Void
Parameters
grid - GridBase.
rowIndex - Integer.
Code -1
    grid.onStateCellClicked = function (grid, rowIndex) {
        console.log(rowIndex + " 번째 state cell 클릭.");
    };
See also
onStateCellDblClicked
RowIndicator
Examples
State Cells
Row Indicator
Data Row State