New to Kendo UI for Vue? Start a free 30-day trial

Loader Template

When working with remote data, sometimes the Grid operations like paging, grouping, filtering, sorting etc. may need time to fetch the needed. In these scenarios, it is a good practice to show a loader in the Grid, indicating that the component is working on a given operation.

The Grid provides a build-in loader. The usage of the build-in functionality can be seen on different demos like: Grid CRUD Operations, Grid Data Filtering, Grid Data Grouping, etc.

For scenarios when we want to show our own custom Loader, we can use the approach demonstrated in the below example:

Example
View Source
Change Theme:

In this article

Not finding the help you need?