Skip to main content

Popup Edit Form

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.

Popupeditform_editmode

 

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

Characteristics Members
Availability ASPxGridViewEditingSettings.Mode
Caption GridEditFormPopupSettings.ShowHeader, ASPxGridViewTextSettings.PopupEditFormCaption
Position GridEditFormPopupSettings.HorizontalAlign, GridEditFormPopupSettings.HorizontalOffset, GridEditFormPopupSettings.VerticalAlign, GridEditFormPopupSettings.VerticalOffset
Size GridEditFormPopupSettings.Height, GridEditFormPopupSettings.Width
Style GridViewPopupControlStyles.EditForm
Template GridViewTemplates.EditForm
Close on Escape GridEditFormPopupSettings.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.