SMART datagrid v.1 > Classes > GridBase
DataLudi.GridBase.onRowIndicatorCellDblClicked event
It will be fired when double click RowIndicator.
function onRowIndicatorCellDblClicked (grid: GridBase, rowIndex: Integer);
- Returns
- Void
- Parameters
- grid - GridBase.
- rowIndex - Integer.
Code -1
grid.onRowIndicatorCellDblClicked = function (grid, rowIndex) {
console.log('onRowIndicatorCellDblClicked: ' + rowIndex);
};
- See also
- onRowIndicatorCellClicked
- RowIndicator
- Examples
- Row Indicator