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
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:
Every RadWindowManager "knows" only about the RadWindows that are declared in it.
radopen, radconfirm, radalert and radprompt will use the first RadWindowManager that is rendered on the page.
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.