Show theme settings Shopping cart Download trialFree Trial
Change Theme Settings
Change Theme Settings
Themes
 
Show All Themes
v
...v

Popup Edit Form

New
First Name 
Last Name 
Birth Date 
Title 
Hire Date 
EditNancyDavolio12/8/1970Sales Representative5/1/2014
EditAndrewFuller2/19/1974Vice President, Sales8/14/2014
 JanetLeverling8/30/1985Sales Representative4/1/2014
EditMargaretPeacock9/19/1959Sales Representative5/3/2015
EditStevenBuchanan3/4/1977Sales Manager10/17/2015
EditMichaelSuyama7/2/1985Sales Representative10/17/2015
EditRobertKing5/29/1982Sales Representative1/2/2016
EditLauraCallahan1/9/1980Inside Sales Coordinator3/5/2016
EditAnneDodsworth1/27/1988Sales Representative11/15/2016

The Popup Edit Form allows end-users to edit column values in a popup.

To enable the Popup Edit Form mode, set the DevExpress ASP.NET Grid View’s (ASPxGridView) SettingsEditing.Mode option to PopupEditForm.

ASPxGridView's popup edit form automatically rearranges its content in response to browser window resizing (the SettingsPopup.EditForm.SettingsAdaptivity.Mode property controls this behavior). In adaptive mode, the popup's fields are positioned one under another and in one column when a browser window’s width is less than or equal to the value specified in the SettingsPopup.EditForm.SettingsAdaptivity.SwitchAtWindowInnerWidth property.

The Popup Edit Form can also be displayed as a modal dialog. In this mode, the edit form must be closed before returning to the application (the SettingsEditing.PopupEditFormModal option controls this behavior).

In this example, you can specify whether to use a modal popup via the Show Popup Edit form in modal mode checkbox and control the ‘Notes’ field's position using the Show memo at bottom checkbox.

Collapse/Expand
Local Copy of this Demo
To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer.
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
Open CS Solution
Open VB Solution
The source code files for this demo are installed (by default) in the following directories:
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\ASPxGridViewDemos
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\VB\ASPxGridViewDemos