How to show loading effect in kendo grid using jquery


The below line can be used to show the loading effect for your grid,

 kendo.ui.progress($("#YourGridId"), true);

To stop the loading effect you can use the below line

 kendo.ui.progress($("#YourGridId"), false);

Comments

Popular posts from this blog

How to get the user details, user current level, next level, Rank in sql server

How to update the user level when ever user report any tweet in sql

Implement virtualisation in kendo drop down list using jquery ajax in mvc, aspx page