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

RadDocking - pin/unpin bug...

1 Answer 102 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Rob
Top achievements
Rank 1
Rob asked on 17 Aug 2012, 02:17 PM

Hello,

I have discovered a problem with the RadDock control using the xaml below.  It's a simple layout with a single bottom panel and two side panels.

1 - Unpin all the panes.
2 - Hover any of the tabs to open the collapsed pane and notice that you are not able to pin them (the pin button is disabled!)...

I have noticed that if you click on the tabs to open a panel instead of just hovering, and then hover one of the other tabs, the pin button suddenly becomes enabled.... also weird...

<telerik:RadDocking>
   <telerik:RadSplitContainer x:Name="RightContainer" InitialPosition="DockedRight">
      <telerik:RadPaneGroup x:Name="grpRight" TabOrientation="Horizontal" TabStripPlacement="Bottom">
         <telerik:RadPane x:Name="paneRight1" Title="Right1" Header="Right1" CanUserPin="True" CanUserClose="False" CanFloat="False" CanDockInDocumentHost="False" ContextMenuTemplate="{x:Null}">
            <Border Background="YellowGreen" BorderBrush="Green" BorderThickness="2">
               <TextBlock Text="right1" Foreground="Green" FontSize="14" />
            </Border>
         </telerik:RadPane>
         <telerik:RadPane x:Name="paneRight2" Title="Right2" Header="Right2" CanUserPin="True" CanUserClose="False" CanFloat="False" CanDockInDocumentHost="False" ContextMenuTemplate="{x:Null}">
            <Border Background="PaleGoldenrod" BorderBrush="Gold" BorderThickness="2">
               <TextBlock Text="right2" Foreground="Gold" FontSize="14" />
            </Border>
         </telerik:RadPane>
      </telerik:RadPaneGroup>
   </telerik:RadSplitContainer>
   <telerik:RadSplitContainer x:Name="BottomContainer" InitialPosition="DockedBottom">
      <telerik:RadPaneGroup x:Name="grpBottom">
         <telerik:RadPane x:Name="paneBottom" Title="Bottom" Header="Bottom" CanUserPin="True" CanUserClose="False" CanFloat="False" CanDockInDocumentHost="False" ContextMenuTemplate="{x:Null}">
            <Border Background="Pink" BorderBrush="Red" BorderThickness="2">
               <TextBlock Text="bottom" Foreground="Red" FontSize="14" />
            </Border>
         </telerik:RadPane>
      </telerik:RadPaneGroup>
   </telerik:RadSplitContainer>
</telerik:RadDocking>

EDIT - I forgot to mention, that I'm using version "2012.1.528.1040".

1 Answer, 1 is accepted

Sort by
0
Accepted
Georgi
Telerik team
answered on 21 Aug 2012, 07:32 AM
Hello Rob,

As you can see in the attached video the issue is fixed in the Q2 2012 release. So you can download the 2012.2.607.1040 version of the assemblies from here.
It will be great if you can check it out and let us know if everything works for you.

Regards,
Georgi
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
Docking
Asked by
Rob
Top achievements
Rank 1
Answers by
Georgi
Telerik team
Share this question
or