Introduction
Vertical Grid extension for ASP.NET MVC
![See overview video](/MVCxVerticalGridDemos/Content/VideoBanner.png?v=24_2_3_0)
Vertical Grid extension for ASP.NET MVC
The DevExpress ASP.NET Vertical Grid (VerticalGrid) displays information using an inverted display metaphor. Unlike a traditional grid, the Vertical Grid displays data records as grid columns and data fields as grid rows. The VerticalGrid extension supports data editing and allows end-users to sort and filter data against an unlimited number of data fields.
Header Filter
![Header Filter](/MVCxVerticalGridDemos/Content/DemoIcons/HeaderFilter.png?v=24_2_3_0)
Header Filter
The DevExpress ASP.NET MVC Vertical Grid extension provides a powerful data filtering mechanism. This demo illustrates the main features provided by the grid header filter.
Batch Editing
![Batch Editing](/MVCxVerticalGridDemos/Content/DemoIcons/BatchEditing.png?v=24_2_3_0)
Batch Editing
The Batch edit mode speeds up the grid control's performance by eliminating excessive data updates. The main objective is to update the grid control only once - after all necessary changes have been made. In this demo, end-users can modify data on the client side and send it to the server in a single request.
Categories
![Categories](/MVCxVerticalGridDemos/Content/DemoIcons/Categories.png?v=24_2_3_0)
Categories
The DevExpress ASP.NET MVC Vertical Grid allows you to group rows in categories (category rows). In this demo, you can click a category row to expand or collapse it.
Conditional Formatting
![Conditional Formatting](/MVCxVerticalGridDemos/Content/DemoIcons/ConditionalFormatting.png?v=24_2_3_0)
Conditional Formatting
The DevExpress ASP.NET MVC Vertical Grid supports Microsoft Excel inspired conditional formatting of individual cells. In this demo, grid data is highlighted by applying several formatting rules.