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

Edit Forms

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
v
v
UpdateCancel
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 DevExpress ASP.NET Grid View (ASPxGridView) ships with an intuitive and easy-to-use Edit Form for inline data editing (editing underlying column values within the grid container). The Edit Form allows you to specify the order of the individual editors displayed within it, and control the placement of the new item row.

In this demo, the ASPxGridView uses a built-in Edit Form to modify cell values. The Edit Form displays editors with corresponding data column captions. The 'Show Memo at Bottom' check box controls the position of the 'Notes' column within the Edit Form. Toggle the 'Show new item row at bottom' check box to change the position of the new item row within the ASPxGridView.

To modify the arrangement of individual editors within the Edit Form, use the data column's EditFormSettings property.

See also:

Edit and Add Records

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