Example of Grouping in ASP.NET MVC Pivot Table Control

Pivot Table
User Interaction
Grouping

This sample demonstrates grouping dates in year, quarter, month, etc., and number types in ranges like 1–5, 6–10, etc. in row and column headers of the pivot table.

Sum of Units Sold
Sum of Sold Amount
Drop filter here
Product ID
Products
Properties
Group Date by:
Years, Months, Days
Group Product ID by:

In this sample, the date type can be separated and showcased individually as year, quarter, month, or day by selecting the appropriate option from the Group Date by drop-down list. Also, numbers can be grouped by entering the appropriate value in the Group Product ID by by giving a range number in the the numeric text box.

Grouping can be applied through code-behind using the groupSettings object in the pivot table along with the following properties:

name : Specifies the normal field.
type : Specifies the field type for applying group settings. For example, date-formatted fields should be in "Date" type and number-formatted fields should be in "Number" type.
groupInterval : Specifies the interval for date fields in years, quarters, months, etc.
rangeInterval : Specifies the interval value to group the number field.
Transform your ASP.NET MVC web apps today with Syncfusion® ASP.NET MVC components
100+ high-performance and responsive UI components
Dedicated support
Hassle-free licensing
TRY IT FOR FREE
opens in a new tab