Hello,
RadWindow is just a container and does not offer the requested functionality. Its content area is a standard
DIV (ContentTemplate) or IFRAME (NavigeUrl) and it is up to the developer to obtain its content and decide how to transform it using third party tools or personal code to the desired format.
You can find information how to access controls placed inside the ContentTemplate of RadWindow in the following article:
Using RadWindow as controls container.
If you unable to implement your scenario with RadWindow, try to implement it with a standard asp:PlaceHolder and when you are ready replace the placeholder with RadWindow.
Greetings,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their
blog feed now.