New to Telerik UI for BlazorStart a free 30-day trial

Column Footer Template

Updated on Aug 28, 2026

You can display a grand total row at the bottom of the grid through the FooterTemplate of each bound column.

You can use aggregates for the current field directly from the context, and its AggregateResults field lets you get aggregates for other fields that you have defined through their field name and aggregate function.

Footer Template with grand total data

Loading ...

See specifics and example in this knowledge base article: Using Components in Grid Templates.

Notes

Footer templates usually display aggregates. Here are some things to keep in mind.

  • Aggregate results are based on all the data across all pages.
  • Aggregate results are calculated over filtered data only.
  • Footer Templates are not available for the GridCheckboxColumn and the GridCommandColumn.

See Also