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