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

Several WadWindowManagers

1 Answer 54 Views
Window
This is a migrated thread and some comments may be shown as answers.
Konstantin
Top achievements
Rank 1
Konstantin asked on 02 Aug 2008, 08:25 PM
Hello,

I have several user controls with a RadWindowManager in each.
Behaviour is very funky - no call backs from windows, skins are rendering incorrectly. Is there a workaround except putting all windows into one manager on a page itself (or parent control)?

Thank you,
Konstantin

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 04 Aug 2008, 01:25 PM
Hi Konstantin,

I don't know what exactly is your setup, but you need to consider the following when working with multiple managers:
  1. Every RadWindowManager "knows" only about the RadWindows that are declared in it.
  2. radopen, radconfirm, radalert and radprompt will use the first RadWindowManager that is rendered on the page.
  3. When using multiple managers, it is best to use $find() for getting a reference to the corresponding RadWIndow and then to call its show() method instead of radopen.


Greetings,
Georgi Tunev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Window
Asked by
Konstantin
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or