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