Telerik UI for ASP.NET Core PivotGridV2 Basic Usage
- EXAMPLE
- VIEW SOURCE
-
Change Theme
defaultDefault Theme
- Main
- Main Dark
- Nordic
- Ocean Blue
- Ocean Blue A11Y
- Purple
- Turquoise
Bootstrap Theme- Main
- Bootstrap 3
- Bootstrap 3 Dark
- Main Dark
- Nordic
- Turquoise
- Turquoise Dark
- Urban
- Vintage
Material Theme- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
Classic Theme- Main
- Green
- Green Dark
- Lavender
- Lavender Dark
- Main Dark
- Metro
- Metro Dark
- Moonlight
- Opal
- Opal Dark
- Silver
- Silver Dark
- Uniform
Fluent Theme- Main
Also available for:
CLIENT-SIDE API SERVER-SIDE APIThe PivotGridV2 component is part of Telerik UI for ASP.NET Core, a professional grade UI library with 110+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.
Description
Like its original version, the Telerik UI for ASP.NET Core PivotGridV2 represents multi-dimensional data in a cross-tabular format.
Compared to the legacy PivotGrid, the new PivotGridV2 offers a brand new design, and its future-proof architecture allows the implementation of many upcoming functionalities.
As the PivotGridV2 component aims to replace the legacy PivotGrid, it is recommended to use the PivotGridV2 in your new projects.
The current example displays a common use-case scenario for a PivotGridV2 control populated by a service which implements the XMLA standard to easily display data from your Cube. To sort the rows and columns of the component, click the fields in the headers, the field menu, or use the PivotGridV2 Configurator
.
To enable the sortable functionality, use the Sortable
method.
The ASP.NET Core PivotGridV2 control is part of Telerik UI for ASP.NET Core, a professional-grade UI library with 110+ components for building modern and feature-rich web applications. The UI for ASP.NET Core PivotGridV2 is a server-side wrapper for the Kendo UI for jQuery PivotGridV2 component and supports an HtmlHelper and a TagHelper mode.
Functionality and Features
- Data binding—The component supports Ajax data binding to an HTTP accessible Online Analytical Processing (OLAP) and binding to local flat data.
- Templates—The PivotGridV2 provides built-in templates, which allow you to customize the way the data is displayed in the table.
- PDF export—You can also utilize the supported PDF export capabilities of the PivotGridV2.