Hello!
On my RadPropertyGrid (having AutoGeneratePropertyDefinitions="True") I need to be able to show a context menu having a Reset
menu item that will set the default value for the specific property definition selected.
To make things more complicated I cannot even see a simple ContextMenu for the entire property grid:
I tried to add a context menu to the whole RadPropertyGrid
But I cannot see that at all because the property grid is contained in the SettingsPaneView of a RadDiagram and no matter where in make the right click inside the PropertyGrid - I get the diagram's context menu
I badly need help!
R
On my RadPropertyGrid (having AutoGeneratePropertyDefinitions="True") I need to be able to show a context menu having a Reset
menu item that will set the default value for the specific property definition selected.
To make things more complicated I cannot even see a simple ContextMenu for the entire property grid:
I tried to add a context menu to the whole RadPropertyGrid
<telerik:RadPropertyGrid.ContextMenu > <ContextMenu x:Name="menu"> <MenuItem Header="Reset" Command="...."></MenuItem> </ContextMenu></telerik:RadPropertyGrid.ContextMenu>But I cannot see that at all because the property grid is contained in the SettingsPaneView of a RadDiagram and no matter where in make the right click inside the PropertyGrid - I get the diagram's context menu
I badly need help!
R