Hi,
I define in my App.xaml this Style to remove the Context Menu from all Panes.
My Panes, which are define in other csprojects and will be loaded by unity still have a context menu.
Can anybody help me with this situation.
I define in my App.xaml this Style to remove the Context Menu from all Panes.
<Style TargetType="{x:Type telerik:RadPane}"> <Setter Property="ContextMenuTemplate" Value="{x:Null}" /> </Style>My Panes, which are define in other csprojects and will be loaded by unity still have a context menu.
Can anybody help me with this situation.
