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

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

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'.
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.
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.