Introduce support for Loading / Error templates for components. eg.: <kendo-grid [success]="boolean" [loading]="boolean> <div kendo-error-template> We Cannot load your data </div> <div kendo-loading-template> <!== some kind of spinner, or just text> </div> </kendo-grid>
Hi Marian,
In order to show a loading indication in Grid, the developer can either integrate our dedicated Loader component or use the built-in loading property of the Grid.
As for the error template, use <kendo-grid-messages> and the noRecords property to show any custom message when there is no data in the Grid:
https://www.telerik.com/kendo-angular-ui/components/grid/globalization/
Regards,
Martin
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.