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

don'nt show previous contents on Load

1 Answer 60 Views
Window
This is a migrated thread and some comments may be shown as answers.
altaf
Top achievements
Rank 1
altaf asked on 13 Nov 2008, 05:17 PM
hi,

   i am using radWindow popUp.
when i open popup then it show me the previous contents. i want that when the page load then it show me the blank page and
when all the contents have been render then it should show me that contents.

i have tried these properties of radWindow and manage.

DestroyOnClose = true;
ShowContentDuringLoad = false

i am using this version of telerik controls 2008.2.826.20

Thanks.

1 Answer, 1 is accepted

Sort by
0
Serrin
Top achievements
Rank 1
answered on 14 Nov 2008, 08:07 PM
Heya altaf,

Hmm, not sure where your issue is coming from, how are you loading the window?  I am testing using the latest trial (2008.3.1105.35) and the following code, and everything is working as expected:

    <form id="form1" runat="server">  
    <div> 
        <telerik:RadScriptManager ID="RadScriptManager1" runat="server">  
        </telerik:RadScriptManager> 
        <asp:Button ID="Button1" runat="server" Text="Booton!" /> 
          
        <telerik:RadWindow ID="RW1" NavigateUrl="http://www.telerik.com" OpenerElementID="Button1" 
            Skin="Hay" Height="300" Width="400" Behaviors="Default" InitialBehavior="Default" 
            InitialBehaviors="Default" runat="server" DestroyOnClose="true" ShowContentDuringLoad="false" /> 
          
          
    </div> 
    </form> 

Are you using a regular scriptmanager or RadScriptManager? 
Tags
Window
Asked by
altaf
Top achievements
Rank 1
Answers by
Serrin
Top achievements
Rank 1
Share this question
or