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

Gif Slow

0 Answers 39 Views
Window
This is a migrated thread and some comments may be shown as answers.
Leandro
Top achievements
Rank 1
Leandro asked on 02 Aug 2012, 08:00 PM
Good afternoon,


I have a problem with compomente RadWindowManger.
I do not know if it was coincidence, but after my last update version of RadControls p / 2012-2-607, the gif loading of pages seem to be grasping, as if slow, ran quickly before the gif.


Here my code I use to open the pages.

function Baixar() {
 window.radopen("Baixa_lote_CtsReceber.aspx", "BaixaLote");
}
 
<telerik:RadWindowManager id="RadWindowManager1" ShowContentDuringLoad="false" ReloadOnShow="true" runat="server" skin="Outlook" EnableShandow="true" >
    <Windows>
        <telerik:Radwindow ID="BaixaLote" runat="server" Behaviors="Close,Move" Modal="true" Title="Baixa" Height="655px" Width="975px" />
    </Windows>
</telerik:RadWindowManager>

No answers yet. Maybe you can help?

Tags
Window
Asked by
Leandro
Top achievements
Rank 1
Share this question
or