SMART datagrid v.1 > Types
DataLudi.GridRowState
网格行的编辑以及焦点状态。
通过GridRow.rowState属性,进行返回。
- Values
NORMAL | "normal" | 没有特殊状态的一般行。 |
FOCUSED | "focused" | 具有聚焦单元格的行。 |
UPDATING | "updating" | 正在修改中的行。 |
INSERTING | "inserting" | 插入在现有行位置的行。 |
APPENDING | "appending" | 添加在最后一行之后的行。 |
- See Also
- GridRow.rowState
- GridBase.focusedIndex
- Examples
- 单元格编辑
- 行修改
- 行插入
- 行删除