Home › Forums › WinForms controls › Xceed Grid for WinForms › Context menu in master/detail › Reply To: Context menu in master/detail
You could try catching the MouseDown event of the GridControl. Then, get the mouse coordinates from the MouseEventArgs, and use the GridControl.GetVisualGridElementAtPoint method to get the element at those coordinates.
Imported from legacy forums. Posted by Tommy (had 240 views)