New to Kendo UI for Angular? Start a free 30-day trial
StatusBarTemplateDirective
Represents the status bar template of the Grid. Allows you to visualize the aggregates using custom rendering inside the template. The template context has the following field:
aggregates
—The SelectionAggregates object that contains all calculated aggregates.
Use the Angular ngFor structural directive combined with the KeyValuePipe to loop through the aggregates as key-value pairs.
Selector
[kendoGridStatusBarTemplate]