Back to Devexpress

Edit Form

aspnet-3680-components-grid-view-visual-elements-edit-form.md

latest1.2 KB
Original Source

Edit Form

  • Feb 21, 2023

The Edit Form allows users to edit cell values. It is displayed when a user clicks the Edit command item within the command column. Note that the grid invokes the edit form if the ASPxGridViewEditingSettings.Mode option is set to GridViewEditingMode.EditForm, GridViewEditingMode.EditFormAndDisplayRow or GridViewEditingMode.PopupEditForm.

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

CharacteristicsMembers
VisibilityASPxGridViewEditingSettings.Mode
StyleGridViewStyles.EditFormTable
TemplateGridViewTemplates.EditForm

See Also

Edit Form