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

Edit Form Layout

New
First Name 
Last Name 
Birth Date 
Position 
EditDeleteNancyDavolio12/8/1970Sales Representative
Education includes a BA in psychology from Colorado State University in 1970. She also completed "The Art of the Cold Call." Nancy is a member of Toastmasters International.
 AndrewFuller2/19/1974Vice President, Sales
*
*
xv
xv
xv
When you specify a dismissal date, an additional 'Dismissal Information' tab will be shown.
Show Details...
UpdateCancel
EditDeleteJanetLeverling8/30/1985Sales Representative
Janet has a BS degree in chemistry from Boston College (1984). She has also completed a certificate program in food retailing management. Janet was hired as a sales associate in 1991 and promoted to sales representative in February 1992.
EditDeleteMargaretPeacock9/19/1959Sales Representative
Margaret holds a BA in English literature from Concordia College (1958) and an MA from the American Institute of Culinary Arts (1966). She was assigned to the London office temporarily from July through November 1992.
EditDeleteStevenBuchanan3/4/1977Sales Manager
Steven Buchanan graduated from St. Andrews University, Scotland, with a BSC degree in 1976. Upon joining the company as a sales representative in 1992, he spent 6 months in an orientation program at the Seattle office and then returned to his permanent post in London. He was promoted to sales manager in March 1993. Mr. Buchanan has completed the courses "Successful Telemarketing" and "International Sales Management." He is fluent in French.
Page 1 of 2 (9 items)Prev12Next


The DevExpress ASP.NET MVC Grid View (GridViewExtension) allows you to use the built-in form layout to arrange editors in the edit form. You can set the UseFormLayout property to false to disable the form layout. The EditFormLayoutProperties property provides access to settings that allow you to customize the embedded form layout settings at a grid level.

The grid stores form layout items in the MVCxGridViewFormLayoutProperties.Items collection. The items are associated with grid data columns (ColumnName). The EditFormLayoutCreated event allows you to customize the edit form items' visibility, caption and layout settings. You can use the FindLayoutItemOrGroup event's argument on the server to access the required layout item or group and then customize it. To do it on the client, use the GetEditFormLayoutItemOrGroup method.

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
The source code files for this demo are installed (by default) in the following directory:
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\MVCxGridViewDemos