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

floating dockzone above non floating dragging issue

1 Answer 53 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Dan Taylor
Top achievements
Rank 1
Dan Taylor asked on 11 Aug 2009, 09:13 AM
Hi Support

I have a page setup with a floating catalog dock zone like this

<asp:Panel ID="panFloat" runat="server" width="180px" style="z-index:1;background-image:url('../../../pixx/vistaBGPanel.jpg');background-repeat:repeat;padding:0px;border:0px;">   
<asp:UpdatePanel ID="updOptions" runat="server" UpdateMode="Conditional">    
                    <ContentTemplate>
<div style="position:relative">
<telerik:RadSplitter id="MainSplitter"  runat="server" Width="180px" Height="450px" Orientation="Horizontal" Skin="Vista" >
                        <telerik:RadPane id="main"  runat="server" height="100%" Width="100%">                            
                            <telerik:RadPanelBar runat="server" ID="RadPanelBar1" Height="100%" Width="100%" ExpandMode="SingleExpandedItem" Skin="Vista" BackColor="Transparent" >
                            <Items>
                                <telerik:RadPanelItem Text="Component ToolBox" Expanded="true">
                                <Items><telerik:RadPanelItem><ItemTemplate>
                                    <telerik:raddocklayout id="RadDockLayout_Catalog" runat="server" Skin="Vista">
                                        <telerik:raddockzone id="zoneCatalog" runat="server" Skin="Vista" Orientation="Vertical" Height="368px">
</Items>
                            </telerik:RadPanelBar>
                                                    
                        </telerik:RadPane>     
                    </telerik:RadSplitter>
</ContentTemplate>
</asp:UpdatePanel>
</asp:Panel>
    <ajaxToolkit:AlwaysVisibleControlExtender
        HorizontalSide="Left"  
        VerticalSide="Top"
        EnableViewState="true"
        TargetControlID="panFloat"
        BehaviorID="panFloater"
        runat="server"/>

which floats to the left of a set of dock zones that fill the page defined like this

<telerik:raddocklayout id="RadDockLayout_Page" runat="server" Skin="Vista">
<telerik:raddockzone id="zoneTop" runat="server" Skin="Vista" >
                    <telerik:raddock runat="server" ID="default_Menu" Skin="Vista" BackColor="Transparent" Title="Menu" OnClientDragStart="OnClientDragStart" OnClientDragEnd="OnClientDragEnd" DefaultCommands="None">
                    <ContentTemplate>
                        <hpartsMASTER:Menu ID="defpart_Menu" title="Menu Block" runat="server"/>
                    </ContentTemplate>
                    </telerik:raddock>
                </telerik:raddockzone> </telerik:raddocklayout>

my problem is that when a dock is dragged into the floating catalog, if a zone is beneath the catalog the zone beneath will get the dock rather than the catalog upon drop, in spite of the catalog zone being highlighted on drag and not the one beneath.

any ideaz, using firefox, Q12009 release

thanks
Rob

</ContentTemplate>




1 Answer, 1 is accepted

Sort by
0
Pero
Telerik team
answered on 21 Aug 2009, 02:11 PM
Hello Dan,

We have answered your question in the corresponding support ticket and you can find the answer there.


Sincerely yours,
Pero
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
Dan Taylor
Top achievements
Rank 1
Answers by
Pero
Telerik team
Share this question
or