All Products
Demos
Pricing
Services
Blogs
Docs & Support
Search
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
UI for ASP.NET AJAX Forum
/
Dock
/
floating dockzone above non floating dragging issue
Cancel
Telerik UI for ASP.NET AJAX
Resources
Buy
Try
Feed for this thread
2 posts, 0 answers
Dan Taylor
5 posts
Member since:
Apr 2008
Posted 11 Aug 2009
Link to this post
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>
Pero
Admin
1156 posts
Posted 21 Aug 2009
Link to this post
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.
Back to Top
Close