This is a migrated thread and some comments may be shown as answers.

RadDock - "h is not a constructor"

1 Answer 214 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Andrew Lawrence
Top achievements
Rank 1
Andrew Lawrence asked on 11 Mar 2009, 12:42 AM
Hi,
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.

1 Answer, 1 is accepted

Sort by
0
Petio Petkov
Telerik team
answered on 13 Mar 2009, 04:04 PM
Hello Andrew Lawrence,

Unfortunately the provided information is not enough for us to understand where the problem comes from.
Could you please open a new support thread and send us a running project where we could observe this problem? Once we receive it we will do our best to help you.

Kind regards,
Petio Petkov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Dock
Asked by
Andrew Lawrence
Top achievements
Rank 1
Answers by
Petio Petkov
Telerik team
Share this question
or