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

Dashboard Ajax Load Panel with UserControl s

1 Answer 73 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Serban
Top achievements
Rank 1
Serban asked on 29 Mar 2011, 05:31 AM
I would like to know how to implement a dashboard like page that ajaxly load 4 usercontrols (widgets) after the page has loaded in the browser. I would like Rad Loading Panels to be displayed whilst the Content panels are loading.

Could I use javascript document ready and attempt to load the usercontrols into the panels? 

I have used the documentation available here: http://www.telerik.com/help/aspnet-ajax/ajax-load-user-controls.html which is helpful but does not address my concern which is to activate the ajax load on document ready.


1 Answer, 1 is accepted

Sort by
0
Tsvetina
Telerik team
answered on 01 Apr 2011, 09:55 AM
Hi Serban,

You can wire the pageLoad() client-side event and use the ajaxRequest() method of RadAjax to fire the AjaxRequest event on the server and load the user controls. More information about ajaxRequest() can be found here:
Client-Side API

Regards,
Tsvetina
the Telerik team
Tags
Ajax
Asked by
Serban
Top achievements
Rank 1
Answers by
Tsvetina
Telerik team
Share this question
or