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

How do I override the RadAjaxManager DefaultLoadingPanelID

2 Answers 101 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Tom
Top achievements
Rank 1
Tom asked on 03 May 2010, 11:13 PM
I've specified a DefaultLoadingPanelID in my master page's RadAjaxManager, but there are some instances where I do not want a loading panel to appear.  Is there a way to override that default setting and specify (e.g. within a page's RadAjaxManagerProxy?) that an AjaxUpdatedControl element should not have any associated LoadingPanel?  I tried setting the AjaxUpdatedControl's LoadingPanelID="" but the default loading panel was still displayed.

Thank you,
Tom Huleatt

2 Answers, 1 is accepted

Sort by
0
BaiH
Top achievements
Rank 1
answered on 05 May 2010, 12:30 PM
Tom,
I don't think this is supported. However you may try to hack it by assigning a dummy control such as an empty label as LoadingPanel.

--BH
0
robertw102
Top achievements
Rank 1
answered on 05 May 2010, 02:32 PM
BaiH is correct, you can't override the DefaultLoadingPanelID set by the RadAjaxManager. The only solution would be to set the LoadingPanelID on a control by control basis. Either that or maybe you could hide it from showing using some javascript.
Tags
Ajax
Asked by
Tom
Top achievements
Rank 1
Answers by
BaiH
Top achievements
Rank 1
robertw102
Top achievements
Rank 1
Share this question
or