This is a migrated thread and some comments may be shown as answers.

[Solved] Show Loading Message over the grid

1 Answer 36 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
ujwala
Top achievements
Rank 1
ujwala asked on 26 Oct 2011, 05:18 AM
Hi,

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

Sort by
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
Tags
Grid
Asked by
ujwala
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or