<telerik:RadDiagram x:Name="myDiagram" Grid.Row="1" IsBackgroundSurfaceVisible="False" ShapeTemplateSelector="{StaticResource ShapeTempleteSelecterr}" IsZoomEnabled="False" ScrollViewer.VerticalScrollBarVisibility="Auto" > <primitives:ItemInformationAdorner.AdditionalContent> <telerik:SettingsPane Diagram="{Binding ElementName=myDiagram}" Template="{StaticResource SettingPaneTemplete}" /> </primitives:ItemInformationAdorner.AdditionalContent> </telerik:RadDiagram>I have written my custom template for SettingPane but I wants Partial custom. When we select the shape, the settingpane button will show and when we click on that button, settingpane window will show.
so I want only that button, and when I click on that button my custom template will show.
I had tried for that but button not shown, direct template shown.
so how to solve this problem.
