Hi,
I have just upgrade from Rad Controls Classic. I am having trouble with a RadDock.
The markup looks like this:
The dock displays OK but it is not possible to move it using the titlebar. I receive this error message in Firefox: "h is not a constructor".
I also have a RadAjaxManager that connects pnlDocks with another panel.
I have just upgrade from Rad Controls Classic. I am having trouble with a RadDock.
The markup looks like this:
<asp:Panel runat="server" ID="pnlDocks"> |
<telerik:RadDockLayout runat="server" ID="radDockLayout" Skin="Default" /> |
<telerik:RadDockZone runat="server" ID="radDockingZone" Orientation="Vertical" BorderStyle="None" BackColor="Transparent"> |
<telerik:RadDock runat="server" ID="rdo" Title="My Title" |
Width="520px" Height="60px" Visible="false" Resizable="false" |
DockHandle="TitleBar" Collapsed="false"> |
<ContentTemplate> |
... |
</ContentTemplate> |
</telerik:RadDock> |
</telerik:RadDockZone> |
</asp:Panel> |
The dock displays OK but it is not possible to move it using the titlebar. I receive this error message in Firefox: "h is not a constructor".
I also have a RadAjaxManager that connects pnlDocks with another panel.