Data Management & Data Shaping
From on-demand data loading to built-in filtering and data shaping options, the Vertical Grid helps you a unique way to visualize data within an inverted grid container.
Very Large Datasets
Exceptional performance regardless of dataset size.
Very Large Datasets
Web applications powered by the DevExpress ASP.NET Vertical Grid Control are always fast, always responsive. When used in server-mode, the Vertical Grid loads data on demand so regardless of dataset size, your web page will render exceptionally fast. To further reduce unnecessary traffic and improve web page performance, all data processing operations (such as sorting) are performed on the data server.
Filtering
Three unique data filtering options.
Filtering
The Vertical Grid ships with 3 unique data filtering options. These include an Instant Search Panel, a Row Header Filter and a Custom Filter Builder for complex query construction (along with a Custom Filter Panel that clearly displays the currently applied filter).
Summaries & Aggregates
Compute data summaries with five built-in aggregate functions.
Summaries & Aggregates
Our ASP.NET Vertical Grid includes a number of powerful data shaping options including integrated Summary Calculations that are applied against all columns within the Grid, and displayed in the summary panel. Built-in aggregate functions include: Min, Max, AVG, Sum and Count.
Sorting
Organize and order information as needed.
Sorting
You can sort data against an unlimited number of rows - without writing a single line of code. A row's sort order is indicated by a sort glyph displayed on the right side of the row header. In this animation, a row header is clicked to initiate sorting and clicked again to change sort order (from ascending to descending). To sort data against multiple rows, row headers are clicked while holding down the SHIFT key.
"The support team is amazing. All our question were answered within 12 hours. This gives us the feeling, that nothing is impossible."Steven Vissers
Navigation & Data Editing
A rich collection of ASP.NET Data Editors to modify cell values and multiple data navigation options inside.
Data Pager
Simplify record navigation with an integrated data pager.
Data Pager
The Vertical Grid can automatically split large datasets across multiple pages via its built-in Data Pager. This Pager can be customized via its SettingsPager property. Customizations include the ability to control the pager's position within the Vertical Grid's container.
Scrolling
Display vertical or horizontal scrollbars as needed.
Scrolling
You can eliminate the need for a data pager by activating the Vertical Grid's Horizontal Scrollbar. To reduce the amount of space allocated to the control, use the Vertical Scrollbar to navigate the list of columns in your dataset.
Record Selection
Select multiple records via chekboxes.
Record Selection
End-users can select multiple columns (data rows) using checkboxes via its integrated Command Row (displayed at the top of the control). As you'd expect, multi-record selection is available.
Inline & Batch Editing
Improve performance and reduce roundtrips during editing operations.
Inline & Batch Editing
Data editors that ship inside our ASP.NET Data Editors Library are fully supported. Features include advanced masked input, display value formatting, a built-in data validation engine and rich client-side functionality. Batch Edit mode allows you to create more responsive ASP.NET web applications by eliminating excessive data updates. Users can modify and update multiple grid records on the client and transmit changes to the server in a single request.
"In my lengthy experience as a programmer, I have never before encountered such an efficient and friendly support team. Thank you DevExpress!"Richard McNaught
UI Elements & Customization
Our ASP.NET Vertical Grid includes options to help you create intuitive user experiences and organize your data for superior readability.
Category Rows
Efficiently organize/group row data on-screen.
Category Rows
Use Category Rows to better organize data within your ASP.NET web application. For instance, an "Address" Category Row may include "Street Address, City, State, Province, and Postal code" Vertical Grid rows.
Fixed Rows
Create optimized user experiences.
Fixed Rows
As its name implies, Fixed Rows allow you to anchor rows to the topmost edge of the control. When fixed, rows are always displayed, and never scrolled vertically. Use this feature to provide users a "reference point" to reduce/eliminate confusion when scrolling a large number of data rows.
Conditional Formatting
Apply Excel-compatible formatting to differentiate key data points.
Conditional Formatting
TMicrosoft Excel-inspired Conditional Formatting is built-in. By automatically formatting cells based on specific rules, end-users are able to quickly notice critical information, identify trends and exceptions, and compare data.
Templates
Customize the appearance of your Vertical Grid.
Templates
Templates allow you to retain full control over your UI and to create custom layouts for the Vertical Grid's visual elements. In this animation, we use a Template (product names are displayed as tags) to display cell values within the Products data row.