TcxGridEditMode Enum
Enumerates cell editor types.
Declaration
TcxGridEditMode = (
emInplace,
emInplaceEditForm,
emInplaceEditFormHideCurrentRow,
emModalEditForm
);
Members
Name |
---|
emInplace
|
emInplaceEditForm
|
emInplaceEditFormHideCurrentRow
|
emModalEditForm
|
Remarks
Options include:
Value | Description | Example |
---|---|---|
| In this classic mode, end-users can focus any cell, invoke its in-place editor that automatically occupies the entire cell, and use editor capabilities to modify the cell’s data. | |
| An extension to Unlike the | |
| Similar to | |
| Data is displayed in the modal dialog. A user can specify a custom caption for the Edit form and customize its layout. The form’s size is calculated so that the form fits all in-place editors and takes as least possible space. Note that the modal form does not support item hot track and immediate data post options. |