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

Cannot dock within a parent dockzone

2 Answers 68 Views
Dock
This is a migrated thread and some comments may be shown as answers.
MMM
Top achievements
Rank 1
MMM asked on 31 Oct 2007, 01:47 PM
Hi Telerik,

I have just upgraded my RadDock from Q1 2007 to Prometheus Q2 2007.

In my old code I had a dockingzone that had dockableobjects with their own dockingzones. This way I get a tree like drag and drop, where I can drag dock objects into other dock objects.

In your newest release I tryed to implement the same functionality, but it does not work. I can drag and drop dock objects in the root zone, but in the parent zones (the ones on the dock objects) I can't drop anyting.

Here is my code:

<asp:ScriptManager ID="_scriptManager" runat="server">
</asp:ScriptManager>

<telerik:RadDockLayout runat="server" ID="_dockLayout">
    <telerik:RadDockZone ID="_questionnaireZone" runat="server" Width="100%" Height="450">
        <telerik:RadDock runat="server" ID="dock1" Title="Dock 1">
        </telerik:RadDock>
        <telerik:RadDock runat="server" ID="RadDock1" Title="Dock with inner Dock Zone">
            <ContentTemplate>
                
<telerik:RadDockZone runat="server" ID="InnerDockingZone" Height="200">
                    <telerik:RadDock runat="server" ID="RadDock4" Title="Dock 4">
                    </telerik:RadDock>
                    <telerik:RadDock runat="server" ID="RadDock5" Title="Dock 5">
                    </telerik:RadDock>
                </telerik:RadDockZone>
            </ContentTemplate>
        </telerik:RadDock>
        <telerik:RadDock runat="server" ID="RadDock2" Title="Dock 2" >
        </telerik:RadDock>
        <telerik:RadDock runat="server" ID="RadDock3" Title="Dock 3">
        </telerik:RadDock>
    
</telerik:RadDockZone>
</telerik:RadDockLayout>

Is this a bug in your newest release?

2 Answers, 1 is accepted

Sort by
0
MMM
Top achievements
Rank 1
answered on 31 Oct 2007, 01:56 PM
I am sorry,


have just found out there is an existing thread with this tropic.

Just ignore this thread.
0
Ivo
Top achievements
Rank 1
answered on 09 Nov 2007, 02:00 PM
I've the same problem.
Unfortunately I can't find the existing threat you are talking about.
Could you please drop a link or post the solution.

Greetings
Tags
Dock
Asked by
MMM
Top achievements
Rank 1
Answers by
MMM
Top achievements
Rank 1
Ivo
Top achievements
Rank 1
Share this question
or