I am trying KendoUI Grid in an asp.net-mvc3 application. I would like to not display the loading giff or delay it to make it appear only after a few seconds of loading, not instantly! But I have no idea how I could do that.
Any ideas?
Thank you very much for your help
You cannot change the built-in loading, however using the events you can do the following approach with the dataSource events:
Where