I have a contextMenu on a DataGridView.
It shows options for manipulating with selectedRow.
User must have leftClick – to selecet a row – and then rightClick – to open contextMenu.
I want to omit leftClic, i.e. – select a dgvRow by rightClick and at the same time – open contextMenu.
Is it possible ?
here you go try this.
add to your datagridview_MouseDown event