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

[Solved] Contents of a RadWindow

1 Answer 108 Views
Window
This is a migrated thread and some comments may be shown as answers.
Siddharth
Top achievements
Rank 1
Siddharth asked on 21 May 2008, 04:45 AM
Hi Guys,

Does the content of the RadWindows have to be on another UserControl/Page ?
Cant we specify the contents of the RadWindow like:        

<telerik:RadWindow ID="RadWindow_BankSearch" runat="server" Title="Bank Search">   
    <table cellpadding="2" cellspacing="1" style="font-family: Tahoma; font-size: 11px"                   width="100%"
        <tr> 
          <td> 
             <asp:Label ID="lblBankingInstPop" runat="server" Text="Banking Institution:"></asp:Label> 
          </td> 
          <td> 
             <telerik:RadTextBox ID="txtBankingInst" runat="server" Width="170px"
                                    </telerik:RadTextBox> 
          </td> 
     </table> 
</telerik:RadWindow>              

I tried doing this, but the window shows no content ??
Regards,

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 21 May 2008, 12:37 PM
Hello Siddharth,

RadWindow is intended to replace the standard browser's popup (window.open()) and is based on an IFRAME. It is simply a container that shows a content page, separate from the parent one. For scenarios where you need to have the content on the same page I would suggest to check RadDock or RadToolTip for ASP.NET AJAX.



Kind regards,
Georgi Tunev
the Telerik team

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