Is there a way to define the content on the source aspx page, similar to how you would do it with the ajax control toolkit and a panel? I would like to not have to create new pages for all of the windows I would like to use.
thanks
~David
1 Answer, 1 is accepted
0
Georgi Tunev
Telerik team
answered on 29 Jan 2008, 11:31 AM
Hello David,
RadWindow supports only external Urls because using a content template is out of control's scope. The idea behind the window control is to replace the standard browser's popups (opened by window.open()) and it is based on an IFRAME. Basically it is a container that displays a content page different from the parent one.
We have another control which is designed for scenarios like yours and it is called RadDock. I invite you to try the control in your application - I am sure you will like what it has to offer.