New to Kendo UI for Angular? Start a free 30-day trial
StatusBarTemplateDirective
Updated on Jun 18, 2025
Represents the status bar template of the Grid. Use this directive to customize how the Grid displays aggregates in the status bar.
The template context provides:
aggregates—TheSelectionAggregatesobject with all calculated aggregates.
Use the Angular ngFor structural directive and the KeyValuePipe
to loop through the aggregates as key-value pairs.
Selector
[kendoGridStatusBarTemplate]