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:
Thank you for your help.
Tracy
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