Back to Devexpress

Popup Edit Form

aspnet-9093-components-tree-list-visual-elements-popup-edit-form.md

latest3.0 KB
Original Source

Popup Edit Form

  • Dec 17, 2020

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.

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

CharacteristicsMembers
AvailabilityTreeListSettingsEditing.Mode
CaptionTreeListSettingsPopupEditForm.ShowHeader, TreeListSettingsPopupEditForm.Caption
PositionTreeListSettingsPopupEditForm.HorizontalAlign, TreeListSettingsPopupEditForm.HorizontalOffset, TreeListSettingsPopupEditForm.VerticalAlign, TreeListSettingsPopupEditForm.VerticalOffset
SizeTreeListSettingsPopupEditForm.Height, TreeListSettingsPopupEditForm.Width
StyleTreeListStyles.PopupEditForm, TreeListStyles.PopupEditFormWindow, TreeListStyles.PopupEditFormWindowCloseButton, TreeListStyles.PopupEditFormWindowContent, TreeListStyles.PopupEditFormWindowHeader
TemplateTreeListTemplates.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.