SMART datagrid v.1 > Types

Back  Forward

DataLudi.GridRowState

グリッド行の編集及びフォーカスの状態。 GridRow.rowStateプロパティーでリターンされる。 

Values
NORMAL"normal"特別な状態ではない一般の行。
FOCUSED"focused"フォーカスが位置した行。
UPDATING"updating"修正中である行。
INSERTING"inserting"既存の行の位置で追加中である行。
APPENDING"appending"最後の行の次で追加中である行。

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