Access the parent Telerik.Web.UI.RadWindow from the contained System.Web.UI.Page

bintterazmwew

New Member
The question is in the title :I have a \[code\]System.Web.UI.Page\[/code\] contained in a \[code\]Telerik.Web.UI.RadWindow\[/code\] and I can't find out a way to access the \[code\]RadWindow\[/code\] from the \[code\]Page\[/code\] code-behind.I tried to explore the \[code\]Page\[/code\] properties, and I guess that there's a casting to do on a control at some point, but I didn't find anything.EDIT : At runtime, I have no clue on where the RadWindow comes from (it is generated dynamically from about anywhere in the application), so I can't access it to modifiy the RadWindow definition. That's why I need to access it at runtime, to alter it programmatically.Can you help me ?Thanks !
 
Back
Top