New to Kendo UI for Angular? Start a free 30-day trial
StatusBarTemplateDirective
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
—TheSelectionAggregates
object with all calculated aggregates.
Use the Angular ngFor
structural directive and the KeyValuePipe
to loop through the aggregates as key-value pairs.
Selector
[kendoGridStatusBarTemplate]