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

RadWindowManager in UserControl?

3 Answers 192 Views
Window
This is a migrated thread and some comments may be shown as answers.
possible
Top achievements
Rank 1
possible asked on 16 May 2008, 02:09 PM
Hi..

Is it possible to have multiple instances of RadWindowManager at one page? I know it was not possible in old radcontrols, but maybe in prometheus it is? .. I ask becouse I need to use radwindowmanager in my DNN skin, and in some modules with multiple instances at one page.

Regards

3 Answers, 1 is accepted

Sort by
0
Accepted
Georgi Tunev
Telerik team
answered on 17 May 2008, 10:23 AM
Hello tspossible,

Yes, with the ASP.NET AJAX version of RadWindow, this is possible. You should have the following in mind, however:

  1. When there are several RadWindowManagers on the page, every manager "knows" only the RadWindows that are declared in its declaration.
  2. radopen, radconfirm, radprompt and radalert always use the first RadWindowManager that has been rendered on the page.

Best wishes,
Georgi Tunev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Alaa Majzoub
Top achievements
Rank 2
answered on 11 Jun 2010, 02:08 AM
Isn't there a way to use something like RadWindowManagerProxy? the same as RadAjaxManagerProxy?

0
Petio Petkov
Telerik team
answered on 15 Jun 2010, 11:33 AM
Hi,

The RadWindow control doesn't have RadWindowManagerProxy.
You can add a public property in the MasterPage, which returns a reference to the RadWindowManager and use it in the ContentPage. You can find a simple example, which illustrates the described approach, attached to the thread.

Regards,
Petio Petkov
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Window
Asked by
possible
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Alaa Majzoub
Top achievements
Rank 2
Petio Petkov
Telerik team
Share this question
or