Skip to main content
A newer version of this page is available. .

Edit Form

The edit form is an alternative approach to editing column values within grid cells. It is available in TableView and TreeListView.

Note

The edit form is available in optimized mode only.

The GridControl can display the edit form within the view (inline) or in a separate window (dialog).

GridControl Visual Elements Edit Form

The table below lists the main properties that affect the behavior and appearance of the edit form.

Characteristics

Members

Availability and

Show Mode

TableView.EditFormShowMode

TreeListView.EditFormShowMode

Caption

TableView.EditFormCaptionBinding

TreeListView.EditFormCaptionBinding

Template

TableView.EditFormTemplate

TreeListView.EditFormTemplate

Editor Template

ColumnBase.EditFormTemplate

Editor Caption

ColumnBase.EditFormCaption

Editors Arrangement

TableView.EditFormColumnCount

TreeListView.EditFormColumnCount

See Also