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.
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>