Hi
Im trying to use radWindow like iFrame, when the initial page is loaded (Login.aspx), show the "loading" image but, when the page use Post to other page (Index.aspx), the window dont show the loading image.
This is my code
<telerik:RadWindow ID="wndw_ppal" runat="server" NavigateUrl="Login.aspx" CssClass="main-content"
AutoSizeBehaviors="Width, Height, Default" KeepInScreenBounds="True"
VisibleStatusbar="False" VisibleTitlebar="False"
Behavior="Close" Behaviors="None"
ShowContentDuringLoad="False" ShowOnTopWhenMaximized="False"
VisibleOnPageLoad="True" Height="100%" Overlay="True" Width="100%"
BorderWidth="0px" OnClientPageLoad="ResizeWindow">
Im trying to use radWindow like iFrame, when the initial page is loaded (Login.aspx), show the "loading" image but, when the page use Post to other page (Index.aspx), the window dont show the loading image.
This is my code
<telerik:RadWindow ID="wndw_ppal" runat="server" NavigateUrl="Login.aspx" CssClass="main-content"
AutoSizeBehaviors="Width, Height, Default" KeepInScreenBounds="True"
VisibleStatusbar="False" VisibleTitlebar="False"
Behavior="Close" Behaviors="None"
ShowContentDuringLoad="False" ShowOnTopWhenMaximized="False"
VisibleOnPageLoad="True" Height="100%" Overlay="True" Width="100%"
BorderWidth="0px" OnClientPageLoad="ResizeWindow">