Introduction
Vertical Grid extension for ASP.NET MVC
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
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
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
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
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.