I have a datagridview with 10 rows I can select mutiple rows by using Ctrl & Mouse click
but what I would like to do is use a button to select the row.
I.E the user could select row one, click the button and row one would be selected
then select row 3 and press the button. This would then select this row as well as row one
and so on and so on.