New to Telerik UI for ASP.NET MVC? Download free 30-day trial
ASP.NET MVC Grid Server Aggregates
- 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
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.