Edit Form
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.
Characteristics | Members |
---|---|
Visibility | ASPxGridViewEditingSettings.Mode |
Style | GridViewStyles.EditFormTable |
Template | GridViewTemplates.EditForm |
See Also