Skip to main content

Popup Edit Form

The Popup Edit Form allows end-users to edit cell values. It is displayed when an end-user clicks the Edit command item within the command column, provided that the TreeListSettingsEditing.Mode option is set to TreeListEditMode.PopupEditForm.

The Popup Edit Form mode allows you to display images and memo data together with in-line editing. As such, page constraints are used more effectively.

treelist-popupeditform.png

 

The table below lists the main properties which affect the element’s functionality:

Characteristics Members
Availability TreeListSettingsEditing.Mode
Caption TreeListSettingsPopupEditForm.ShowHeader, TreeListSettingsPopupEditForm.Caption
Position TreeListSettingsPopupEditForm.HorizontalAlign, TreeListSettingsPopupEditForm.HorizontalOffset, TreeListSettingsPopupEditForm.VerticalAlign, TreeListSettingsPopupEditForm.VerticalOffset
Size TreeListSettingsPopupEditForm.Height, TreeListSettingsPopupEditForm.Width
Style TreeListStyles.PopupEditForm, TreeListStyles.PopupEditFormWindow, TreeListStyles.PopupEditFormWindowCloseButton, TreeListStyles.PopupEditFormWindowContent, TreeListStyles.PopupEditFormWindowHeader
Template TreeListTemplates.EditForm

Note

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