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

RadGrid triggers other progress indicators

2 Answers 63 Views
Grid
This is a migrated thread and some comments may be shown as answers.
jonathan hart
Top achievements
Rank 1
jonathan hart asked on 21 Apr 2010, 03:55 PM
We have a sharepoint page with several AJAX enabled controls and webparts on a page.  We have a RadTreeView, a RadGrid, and a message panel. 

When we click in the grid, be it sorting or handling a row event, all three progress indicators on the page animate.

Unfortunately I cannot post any source code, so I hope this behavior rings a bell with someone. 

2 Answers, 1 is accepted

Sort by
0
robertw102
Top achievements
Rank 1
answered on 21 Apr 2010, 04:39 PM
Are you using RadAjaxManager? If so, is the RadGrid AjaxSetting have the other controls that you listed in it's update controls collection? If so, then that's the reason it would be showing three loading images.

If that's not how your page is setup, if you could describe the ajax settings your using.
0
jonathan hart
Top achievements
Rank 1
answered on 21 Apr 2010, 07:47 PM
I was able to resolve the problem.  We were not setting UpdateProgress.AssociatedUpdatePanelID.

When that property is not set, it requires custom javascript or it just does not know which update panel to associate with and will show during any asynchronous postback.

Tags
Grid
Asked by
jonathan hart
Top achievements
Rank 1
Answers by
robertw102
Top achievements
Rank 1
jonathan hart
Top achievements
Rank 1
Share this question
or