Example of Overview in ASP.NET MVC Pivot Table Control
This sample provides an overview of ASP.NET MVC Pivot Tableopens in a new tab, which allows you to organize and summarize pivot data in a detailed or abstract view and display it as a grid and chart.
Asia | Europe | North America | Oceania | Grand Total | ||||||
---|---|---|---|---|---|---|---|---|---|---|
Students | Faculty | Students | Faculty | Students | Faculty | Students | Faculty | Students | Faculty | |
Grand Total | No records to display |
- logo
- link
- Faculty
- Students
- Student Faculty Ratio
- Research Output
- University Type
- Region
- City
- Country
- Rank
- year
- University
The ASP.NET MVC Pivot Table is a powerful control for organizing and summarizing business data and displaying the results in a table and chart format. It includes major features such as built-in aggregationsopens in a new tab, pivot table field listopens in a new tab for report manipulation, Excel-like filteringopens in a new tab and sortingopens in a new tab, editingopens in a new tab, Excelopens in a new tab and PDFopens in a new tab exporting, and so on, which are used in this demo, as well as a large data source loaded without any performance degradation by using virtualizationopens in a new tab support.
More information on the ASP.NET MVC Pivot Table can be found in this documentation sectionopens in a new tab.