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

Unpin/Pin Events not triggering

1 Answer 79 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Tracy
Top achievements
Rank 1
Tracy asked on 03 Jul 2012, 05:07 PM
I am unable to get the Unpin/Pin events to trigger on my RadPane.
Also the documentation mentions a "PaneStateChanged" event but I don't see that event anywhere.

We are using version 2011.3.1220.35 of the Telerik wpf controls. We are unable to upgrade at this time because we are getting ready to release.

Here is my xaml for the RadPane:
<telerikDocking:RadPane x:Name="FilterPanel" Header="Filters"
                        telerikDocking:RadDocking.SerializationTag="FilterPanel"
                        Background="Transparent"
                        CanUserClose="False" CanDockInDocumentHost="True" CanFloat="False"
                        telerikDocking:RadDocking.Unpin="FilterPanel_Unpin"
                        telerikDocking:RadDocking.Pin="FilterPanel_Pin"
                        DataContext="{Binding}"
                        ContextMenuTemplate="{DynamicResource FilterPaneContextMenuTemplate}"

Thank you for your help.

Tracy

1 Answer, 1 is accepted

Sort by
0
Vladi
Telerik team
answered on 05 Jul 2012, 10:45 AM
Hi Tracy,

I am afraid that in this scenario when RadPanes are docked in a DocumentHost, the control is designed to disable the pin/unpin buttons, because there is no way to know where the pane should be pinned. This is needed as we are trying to be consistent with Microsoft Visual Studio docking behavior.

We are currently not aware of any appropriate workarounds for this issue.

Regards,
Vladi
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
Docking
Asked by
Tracy
Top achievements
Rank 1
Answers by
Vladi
Telerik team
Share this question
or