This question is locked. New answers and comments are not allowed.
I am having a context menu inside a grid. i need to access this context menu instance from gridview children.
How can i achieve this?
Thanks
Kiran
How can i achieve this?
<telerikGridView:RadGridView x:Name="Projects" > <telerikNavigation:RadContextMenu.ContextMenu> <telerikNavigation:RadContextMenu > <telerikNavigation:RadMenuItem Header="Add"/> <telerikNavigation:RadMenuItem IsSeparator="True"/> <telerikNavigation:RadMenuItem Header="Delete"/> </telerikNavigation:RadContextMenu> </telerikNavigation:RadContextMenu.ContextMenu> </telerikGridView:RadGridView>Thanks
Kiran