Hello there,
in most cases, I need the LoadingPanel to show with every Ajax Request, so I set it as the DefaultLoadingPanel in the RadAjaxManager. Things are fine and it loads nicely. However, in very few scenarios I don't wish the Panel to load. Is there a way to disable that on client-side?
RadAjaxManager as well as the LoadingPanel reside in my main ASPX page while the event I wish to disable the LoadingPanel for is in a UserControl that dynamically feeds into main ASPX. I can't seem to figure out how to reference the LoadingPanel from UserControl via client-side as well.
The other alternative would be to explicitly identify the LoadingPanel with every AjaxSetting's UpdateControl, which I believe is far from being practical.
Thank you in advance.
Regards,
in most cases, I need the LoadingPanel to show with every Ajax Request, so I set it as the DefaultLoadingPanel in the RadAjaxManager. Things are fine and it loads nicely. However, in very few scenarios I don't wish the Panel to load. Is there a way to disable that on client-side?
RadAjaxManager as well as the LoadingPanel reside in my main ASPX page while the event I wish to disable the LoadingPanel for is in a UserControl that dynamically feeds into main ASPX. I can't seem to figure out how to reference the LoadingPanel from UserControl via client-side as well.
The other alternative would be to explicitly identify the LoadingPanel with every AjaxSetting's UpdateControl, which I believe is far from being practical.
Thank you in advance.
Regards,