I have added Radial menu as RadialContextMenu in RadGridView.
I want to get the selectedRow DataContext on item click.
I tried to set RadRadialMenu.DataContext as Gridview Selected Item, but as ItemClick datacontext is null. Default datacontext of Radial menu is UserControl's DataContext. which need to be replaced with GridView Selected Row.
I have one option to Bind DataContex of individual RadRadialMenuItem with GridView selectedItem, but It seems not proper way.