SMART datagrid v.1 > Classes > GridBase
DataLudi.GridBase.onStateCellClicked event
It will be fired when click RowIndicator State cell.
function onStateCellClicked (grid: GridBase, rowIndex: Integer);
- Returns
- Void
- Parameters
- grid - GridBase.
- rowIndex - Integer.
Code -1
grid.onStateCellClicked = function (grid, rowIndex) {
console.log(rowIndex + "Click State Cell No. .");
};
- See also
- onStateCellDblClicked
- RowIndicator
- Examples
- State Cells
- Row Indicator
- Data Row State