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

Edit Cell

Edit cells are displayed within the Edit Form. Each cell corresponds to a data column and allows its value within the edited row to be changed. An edit cell displays the name of the column to which it corresponds and the editor used to edit column values.

veEditForm

 

The table below lists the main members affect element appearance and functionality.

Characteristics Members
Visibility GridColumnEditFormSettings.Visible
Style GridViewStyles.EditFormCell, GridViewDataColumn.EditCellStyle, GridViewStyles.InlineEditCell
Caption Location GridColumnEditFormSettings.CaptionLocation
Position and Layout GridColumnEditFormSettings.VisibleIndex, GridColumnEditFormSettings.ColumnSpan, GridColumnEditFormSettings.RowSpan
Template GridViewDataColumn.EditItemTemplate
See Also