Back to Devexpress

Edit Cell

aspnet-3694-components-grid-view-visual-elements-edit-cell.md

latest1.8 KB
Original Source

Edit Cell

  • Nov 18, 2021

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.

CharacteristicsMembers
VisibilityGridColumnEditFormSettings.Visible
StyleGridViewStyles.EditFormCell, GridViewDataColumn.EditCellStyle, GridViewStyles.InlineEditCell
Caption LocationGridColumnEditFormSettings.CaptionLocation
Position and LayoutGridColumnEditFormSettings.VisibleIndex, GridColumnEditFormSettings.ColumnSpan, GridColumnEditFormSettings.RowSpan
TemplateGridViewDataColumn.EditItemTemplate

See Also

Online Demo: Grid Edit Modes

Online Demo: Edit Forms

Online Demo: Edit Form Templates