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.
The table below lists the main members that 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