I want to offer the possibility for the user to right click a row in a
DataGridView (Where the selection mode is set to entire row) and make a
ContexMenuStrip object appear. This works well setting the ContextmenuStrip
on the DataGridView (to avoid the weight of setting one for every row) but
I'd like also for the underlying row to become selected. I tried to control
the mouse events but that led nowhere. Anybody did this before or is it even
possible ?
We cna see this reaction in different software including Microsoft's mmc
console so I must be missing something (and probabely a very simple something)