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