SMART datagrid v1.4
>
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