Back to Devexpress

Popup Edit Form

aspnet-3816-components-grid-view-visual-elements-popup-edit-form.md

latest2.5 KB
Original Source

Popup Edit Form

  • Nov 18, 2021

The Popup Edit Form allows users to edit cell values. It is displayed when a user clicks the Edit command item within the command column, if the ASPxGridViewEditingSettings.Mode property is set to GridViewEditingMode.PopupEditForm.

Popup Edit Form mode allows you to display images and memo data together with in-line editing. This allows for more effective page constraints.

The table below lists the main properties that affect element functionality.

CharacteristicsMembers
AvailabilityASPxGridViewEditingSettings.Mode
CaptionGridEditFormPopupSettings.ShowHeader, ASPxGridViewTextSettings.PopupEditFormCaption
PositionGridEditFormPopupSettings.HorizontalAlign, GridEditFormPopupSettings.HorizontalOffset, GridEditFormPopupSettings.VerticalAlign, GridEditFormPopupSettings.VerticalOffset
SizeGridEditFormPopupSettings.Height, GridEditFormPopupSettings.Width
StyleGridViewPopupControlStyles.EditForm
TemplateGridViewTemplates.EditForm
Close on EscapeGridEditFormPopupSettings.CloseOnEscape

Note

The popup edit form template (an ASPxPopupControl class instance) cannot contain another popup element (ASPxPopupControl or ASPxDockPanel). Refer to the following topic for more information: Popup Control Limitations.