We are using Rad Window all over the application. The url of the RadWindow is set to an another aspx page which has a form with text box and rad combo box. It works fine on the web. It opens up the on Rad Window (as a popup ) with all the controls but the same Window open up blank on iPad. I can see the window on Ipad but the window is blank without any controls. Any idea to fix this bug ?. I am using Rad window with "WebBlue skin".
<telerik:RadWindow ID="rwCreateWorkOrders" runat="server" Style="z-index: 9000" Skin="WebBlue" Width="650px" VisibleStatusbar="false" Height="330px" ShowContentDuringLoad="False"></telerik:RadWindow>