RadWindow behaving oddly only on homepage
We have a very basic custom widget that launches a radwindow. On the widget, there is a RadWindowManager:
<telerik:RadWindowManager ID="RadWindowManager1" runat="server" EnableShadow="true" VisibleStatusbar="false" ShowContentDuringLoad="false" AutoSize="true"> <Windows> <telerik:RadWindow runat="server" ID="rwVSP" Behaviors="Close" AutoSize="true" Modal="true" > </telerik:RadWindow> </Windows></telerik:RadWindowManager>function openRadWin(url) var oWnd = radopen(url, "rwVSP"); oWnd.center();