I am using telerik MVC ajax binding to display records in the grid
Is there a built in way to display an overlay over the grid when the records are
being fetched via ajax?"
Thank You,
1 Answer, 1 is accepted
0
Georgi Tunev
Telerik team
answered on 28 Oct 2011, 02:15 PM
Hi Ujwala,
There is no built-in feature, but it can easily be achieved with a few lines of client code. For example, you could use the OnDataBinding handler and create a DIV element on the client that is positioned over the Grid and contains a "Loading" message, or hides the Grid completely. Then, you can remove that DIV in the OnDataBound event.
Regards,
Georgi Tunev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now