SMART datagrid v.1 > Classes > GridBase
DataLudi.GridBase.onStateCellClicked event
当点击RowIndicator状态单元格时,将会触发这个事件。
function onStateCellClicked (grid: GridBase, rowIndex: Integer);
- Returns
- Void
- Parameters
- grid - GridBase.
- rowIndex - Integer.
Code -1
grid.onStateCellClicked = function (grid, rowIndex) {
console.log(rowIndex + "点击第 个状态单元格。");
};
- See also
- onStateCellDblClicked
- RowIndicator
- Examples
- 状态单元格
- 行指示器
- 数据行状态