New to Telerik UI for ASP.NET MVC? Download free 30-day trial

ASP.NET MVC Grid Server Aggregates

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
serveraggregates.cshtml
ServerAggregatesController.cs

Description

In some situations, when displaying numbers in the Telerik UI for ASP.NET MVC Grid, users need to see the results from aggregate calculations at the bottom of the Data Grid groups or columns.

The ASP.NET MVC Grid offers built-in support for the most popular aggregate functions such as Average, Count, Sum, Min, Max, and Count. When the Grid is configured for server binding, the aggregates are also calculated on the server side. The whole Grid content with the aggregates calculated are pushed as HTML to the client.

For more information, refer to the official Telerik UI for ASP.NET MVC Data Grid product documentation on aggregates.

Additional Apps

This Grid 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