Kendo-angular: API for grid loading indicator

Created on 2 May 2017  路  17Comments  路  Source: telerik/kendo-angular

Hello,
is there a way to access the grid component loading indicator?

image

Question grid

Most helpful comment

"@tsvetomir do you think it's better to control the loading indicator with a property or a method?"

This would be the best solution since is very flexible for us users. It would be even more awesome if it was possible to make it at row level too, for example, if you click on a button/check box to edit the row, and the row showed a loader in the row during the request process.

All 17 comments

What do you mean by access? Do you want to use this loading indicator outside the grid?

I want to trigger the pdf exporting state (when its locked and loading) manually for other operations.

Thanks for the clarification. We'll consider adding an API for that.

@rkonstantinov do you think it's better to control the loading indicator with a property or a method?

Hello, are there any updates?

Hello ,
How to add loading indicator in grid??

No updates yet, but this is something we're looking to solve soon after the January release.

hello,
Angular 2, In grid how to column recordable?? means drag and drop columns (rearrangement).

The Column Reordering feature has been published in the develop channel. :beers: go to @rusev

can't bind to 'reorderable' since it isn't a known property of 'kendo-grid'.
see attachment
error

You need to be using the dev build to get the column reordering feature.

still, it's not working. - 'reorderable' properties not working...
error: Can't bind to 'reorderable' since it isn't a known property of 'kendo-grid'.

  1. If 'kendo-grid' is an Angular component and it has 'reorderable' input, then verify that it is part of this module.
  2. If 'kendo-grid' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this mess

Hell,
Hoe to change my grid and filter message display

@Hemadri-befree this issue tracker is for logging defects and suggestions. Please open a support ticket for questions regarding the component usage.

"@tsvetomir do you think it's better to control the loading indicator with a property or a method?"

This would be the best solution since is very flexible for us users. It would be even more awesome if it was possible to make it at row level too, for example, if you click on a button/check box to edit the row, and the row showed a loader in the row during the request process.

Are there any updates?

Not quite there yet, sorry.

The latest versions introduce a loading property to control the built-in loading panel. See Data Binding Basics for an example.

Was this page helpful?
0 / 5 - 0 ratings