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

[Solved] More obvious ajax loading

1 Answer 30 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.
Bob
Top achievements
Rank 1
Bob asked on 02 Dec 2010, 06:48 PM
I'm using the mvc grid with lots of ajax calls and there are a few instances in my app where the grid is slow to respond.  I'll eventually try to figure out why and improve performance, but for the time being I'm curious if there is someway to have a more obvious ajax loading indicator.

I'd like to be able to display something much like the "loading" circle in the bottom left hand corner of the grid, but have this element cover the entire grid while working.

Is this possible and if so, could anyone point me to some resources to assist with the implementation?

Thanks in advance!
Bob

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 03 Dec 2010, 08:27 AM
Hello Bob,

 You can try subscribing to the OnDataBinding and OnDataBound event. In the first you can display some loading message and in the second you can hide it.

All the best,
Atanas Korchev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
Bob
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or