This is a migrated thread and some comments may be shown as answers.

[Solved] RadUpload in RadWindow

1 Answer 85 Views
Window
This is a migrated thread and some comments may be shown as answers.
GrZeCh
Top achievements
Rank 2
GrZeCh asked on 28 Jun 2008, 09:21 PM
Hello!

Is there possibility to create something like this:

            <asp:HyperLink NavigateUrl="#" ID="photosHyperLink" runat="server" Text="Add new photos" /></h1
        <telerik:RadWindow ID="RadWindow1" runat="server" OpenerElementID="<%# photosHyperLink.ClientID %>"
            <telerik:RadUpload ID="RadUpload1" runat="server" /> 
        </telerik:RadWindow> 

When I use this example then when I click on link RadWindow is showing but without any content (empty).

Thanks

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 30 Jun 2008, 03:43 PM
Hi GrZeCh,

This is not possible. Note that RadWindow is designed to replace the standard browser's popup (window.open()) and the control itself is based on an IFRAME. Just like the popup ot IFRAME, RadWindow is simply a container that displays a content page that is different from the parent one.

For scenarios where you need to have the content on the same page, I suggest to consider using RadDock or RadToolTip.



Greetings,
Georgi Tunev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Window
Asked by
GrZeCh
Top achievements
Rank 2
Answers by
Georgi Tunev
Telerik team
Share this question
or