I want to show progress bar or disable save button in the toolbar while batch update. How do I do that ?
I am using KendoUI MVC grid.
1 Answer, 1 is accepted
0
Accepted
Vladimir Iliev
Telerik team
answered on 15 Jan 2013, 03:36 PM
Hi Arun,
Basically you can use the SaveChanges event of the Grid to start the progress animation and stop it when the Sync event of the DataSource is fired (after all request are complete) which will disable all buttons on the grid. Please check the example below: