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

Multiple UserControl asynchronous load

1 Answer 184 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Wissam
Top achievements
Rank 1
Wissam asked on 02 Oct 2012, 12:42 PM
Hi,

I'm building a dashboard page. how to load multiple userconrols asynchronously in docks?
 and I can't add RadAjaxManager  in each usercontrol to show RadAjaxLoadingPanel in the usercontrol not in the main page!

thank you

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 05 Oct 2012, 09:23 AM
Hello,

You could get an instance of the main RadAjaxManager using its GetCurrent() method in the content page server side and add programmatic ajax settings for the needed controls. Also you could add a asp Timer control in order to trigger the UserControls loading. When the timer elapses, you could load the user control you want and show LoadingPanel which could be set as DefaultLoadingPanelID for the main RadAjaxManager.

I hope this helps.

Greetings,
Maria Ilieva
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 RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Ajax
Asked by
Wissam
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or