busyindicator for angular2 kendo ui grid before data is loaded through http
问题 I'm using angular2 kendo ui grid and binding data to the grid by http call before http call returns the data i need to show busy indicator without showing grid header till data is assigned.How to achive this Thanks, Raghu s 回答1: I achieved this by declaring the following within the HTML template. Add a new div above the grid with a conditional loading text for when the grid is loading: <div *ngIf="loading == true" class="loader">Loading..</div> Add a div wrapper around the grid for when the