dgEditMode

Typeproperty
DictionaryDataGrid
LibraryData Grid
Syntax
set the dgEditMode of group "DataGrid" to {true | false}
Associationsdatagrid
Summary

Take the data grid into or out of edit mode.

RelatedProperty: edit mode action control, edit mode action select control, edit mode reorder control
Command: EditModeShowActionControlForIndex, EditModeHideActionControl
Message: EditModeActionSelectControlClicked, EditModeActionControlClicked, EditModeActionControlHidden, GetEditModeActionControl, GetEditModeActionSelectControl, GetEditModeReorderControl
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.