Hi,
In our application we got a webform with 7 tabpages (telerik:RadTabStrip -> telerik:RadMultiPage).
For each tabpage we created a usercontrol.
On one of the tabpages is a button for opening a radwindow.
At the beginning it took 3 seconds to open this window.
After installing the RadAjaxManager on the webform and the RadAjaxManagerProxy on the usercontrol-tabpage
it slows down to 9 seconds.
Between the servside eventhandler of the button-click :
And the Page_load Event of the Radwindow :
It slows down from 2 to 8 seconds.
Thanks for any help,
Juergen
In our application we got a webform with 7 tabpages (telerik:RadTabStrip -> telerik:RadMultiPage).
For each tabpage we created a usercontrol.
On one of the tabpages is a button for opening a radwindow.
At the beginning it took 3 seconds to open this window.
After installing the RadAjaxManager on the webform and the RadAjaxManagerProxy on the usercontrol-tabpage
it slows down to 9 seconds.
Between the servside eventhandler of the button-click :
protected void btnProductDataSelectRefMRDRNr_Click(object sender, EventArgs e)<
br
> {<
br
> RadWindowManager_ProductData.Windows[0].VisibleOnPageLoad = true;<
br
> }
And the Page_load Event of the Radwindow :
<
telerik:RadWindowManager
ID
=
"RadWindowManager_ProductData"
runat
=
"server"
<br> Animation="FlyIn" VisibleStatusbar="False" Behavior="None" BorderStyle="None" KeepInScreenBounds="True" Skin="Telerik"><
br
> <
windows
><
br
> <
telerik:RadWindow
ID
=
"RadWindowselectMRDR"
runat
=
"server"
ShowContentDuringLoad
=
"false"
<br> Width="1200px" Height="540px" Title="select MRDR" Behaviors="Close,Move" VisibleStatusbar="false"<
br
> OnClientClose="OnWindowClose" Modal="True" NavigateUrl="SelectMRDR.aspx"><
br
> </
telerik:RadWindow
><
br
> </
windows
><
br
> </
telerik:RadWindowManager
>
It slows down from 2 to 8 seconds.
Thanks for any help,
Juergen