I uses the Toolbar Manager as a context menu of my Grid. I want the context menu be shown only when I right-click the data row. And I want active the row even right-click it. Now my question is how to retrieve a row or cell via mouse point?
The code here is good.
There are also about half a dozen or so KB articles in the Infragistics KnowledgeBase about this. Do a seach for "ElementFromPoint" and you will find them.
You can also skip the ElementFromPoint call and just use grid.DisplayLayout.UIElement.LastElementEntered as the element you call GetContext on.