Hello! I've noticed that any simple iframe makes any Rad Dock unmoveable and frozen at the last version of Rad Controls.
This is the simple code that makes unmoveable dock without a half of the borders at any browser on my system.
Could you please give me some advices about how can irame could be placed at Rad Dock without making it unusable?
This is the simple code that makes unmoveable dock without a half of the borders at any browser on my system.
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="MasterPortal.WebSite.WebForm1" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head runat="server"> <title></title></head><body> <form id="form1" runat="server"> <telerik:RadScriptManager runat="server" /> <telerik:RadDockLayout ID="MainLayout" runat="server"> <telerik:RadDockZone ID="RadDockZone_1" runat="server"> <telerik:RadDock ID="ReportDock" runat="server"> <ContentTemplate> <iframe src="http://www.google.com" /> </ContentTemplate> </telerik:RadDock> </telerik:RadDockZone> <telerik:RadDockZone ID="RadDockZone_2" runat="server" > </telerik:RadDockZone> </telerik:RadDockLayout> </form></body></html>Could you please give me some advices about how can irame could be placed at Rad Dock without making it unusable?