dgEditMode
Type
property
Summary
Take the data grid into or out of edit mode.
Syntax
set the dgEditMode of group "DataGrid" to {true | false}
Description
Use the dgEditMode property to put the data grid into or take it out of edit mode. When in edit mode, the data grid displays an action control of the left hand side of each row (as defined by edit mode action control) and a reorder control on the right. The appearance and behavior of these controls can be customized.
Only data grids form type data grids with fixed row height can be put into edit mode.
Related
command: EditModeShowActionControlForIndex, EditModeHideActionControl
message: EditModeActionSelectControlClicked, EditModeActionControlClicked, EditModeActionControlHidden, GetEditModeActionControl, GetEditModeActionSelectControl, GetEditModeReorderControl
property: edit mode action control, edit mode action select control, edit mode reorder control