Telerik UI for ASP.NET MVC PivotGridV2 Basic Usage

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
index.cshtml
IndexController.cs
ProductService.cs

Also available for:

CLIENT-SIDE API SERVER-SIDE API
devcraft ninja image

The PivotGridV2 component is part of Telerik UI for ASP.NET MVC, 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 MVC PivotGridV2 presents 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 MVC PivotGridV2 control is part of Telerik UI for ASP.NET MVC, a professional-grade UI library with 110+ components for building modern and feature-rich web applications. The PivotGridV2 is a server-side wrapper for the Kendo UI for jQuery PivotGridV2 component and comes in the form of an HtmlHelper.

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.

Additional Apps

This PivotGridV2 example is part of a unique collection of hundreds of ASP.NET MVC demos, with which you can see all Telerik ASP.NET MVC components and their features in action. View the source code of the demos from the library or directly adapt, and edit them and their theme appearance in the ThemeBuilder.

Support & Learning Resources

Additional Resources