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

Access a RadWindow's AjaxLoadingPanel

1 Answer 27 Views
Window
This is a migrated thread and some comments may be shown as answers.
Collin
Top achievements
Rank 1
Collin asked on 25 Jan 2011, 04:57 PM
Hi,

   I've got a page with a bunch of menu items that when clicked open radwindow's with content.  In each RadWindow is usually a RadGrid and a few other controls.  I would like the pages in the RadWindow to use the opener page's RadAjaxLoadingPanel rather than use a RadAjaxLoadingPanel within the RadWindow.  Is there any way to achieve this?  I'm thinking I could hack something together to do this, but if there is some built in functionality that I am not aware of I'd rather use that.

Thank you.

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 28 Jan 2011, 10:18 AM
Hi Collin,

I assume that you open a content page in the RadWindow (i.e. different from the parent one). In such case, because we are talking about separate pages, there is no direct connection between them - all communication is done on the client. This means that you cannot use directly the AjaxLoadingPanel in the main page, when invoking Ajax requests on the content one.

Regards,
Georgi Tunev
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Window
Asked by
Collin
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or