How can I find the RadWindowManager from server side code? I have a composite control that uses RadWindows and I don't want to add a new RadWindowManager if one already exists on the page. I want to grab the existing and use that in my composite control.
1 Answer, 1 is accepted
0
Georgi Tunev
Telerik team
answered on 03 Nov 2008, 02:18 PM
Hello Robert,
You can find the RadWindow control like you would find any other ASP.NET control on the page - for example you can use FindControl.
Regards,
Georgi Tunev
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.