New to Kendo UI for Angular? Start a free 30-day trial
LoadingTemplateDirective
Creates a loading template that overrides the default loading indicator of the Grid Component.
To define a loading template, nest an <ng-template>
tag with the kendoGridLoadingTemplate
directive inside the <kendo-grid>
tag
(see example).
Selector
[kendoGridLoadingTemplate]