Completed
Last Updated: 13 Jul 2021 11:27 by ADMIN
Marian
Created on: 06 Jun 2018 12:17
Category: Grid
Type: Feature Request
9
Introduce Loading / Error templates
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>
1 comment
ADMIN
Martin
Posted on: 13 Jul 2021 11:27

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.