Hello!
Is there possibility to create something like this:
When I use this example then when I click on link RadWindow is showing but without any content (empty).
Thanks
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