This question is locked. New answers and comments are not allowed.
Is it possible to capture the GridViewRow from a right mouse click? I was curious to see if instead of attaching the same ContextMenu to each GridViewRow, just attach it to the entire GridView as a whole, and when the ContextMenu is opened, be able to capture the GridViewRow / GridViewCell based on the cursor position. This would save the overhead of having to repeatedly create the same context menu over and over for each GridViewRow. Thanks.
