SMART datagrid v.1 > Types

Back  Forward

DataLudi.GridRowState

Editing and focus state of Grid Row

It is returned by GridRow.rowState property. 

Values
NORMAL"normal"The general row with no special state.
FOCUSED"focused"The row in which is located Focused Cell.
UPDATING"updating"The row being updated.
INSERTING"inserting"The row being inserted in the existing row location.
APPENDING"appending"The row being appended after the last row.

See Also
GridRow.rowState
GridBase.focusedIndex
Examples
Cell Editing
Row Updating
Row Inserting
Row Deleting