Hi there,
So there is a way to open Context menu on specific event. (http://www.telerik.com/help/silverlight/radcontextmenu-features-opening-on-specific-event.html) That is really useful.
Now I want to do the same but only if control is in focus. My example:
I have DataGrid control with it's own template. I also have DataGridRowTemplate in place. DataGridCellsPresenter have context menu. Right now I have EventName="MouseMove" I want to open context menu only if mouse move over selected row. Currently it will open context menu fo any row even if it is not selected.