SMART datagrid v1.4 > Classes > GridBase
DataLudi.GridBase.onStateCellDblClicked event
RowIndicator State셀을 더블클릭했을 때 발생한다.
function onStateCellDblClicked (grid: GridBase, rowIndex: Integer);
- Returns
- Void
- Parameters
- grid - GridBase.
- rowIndex - Integer.
Code -1
grid.onStateCellDblClicked = function (grid, rowIndex) {
console.log(rowIndex + " 번째 state cell 클릭.");
};
- See also
- onStateCellClicked
- RowIndicator
- Examples
- State Cells
- Row Indicator
- Data Row State