Bonsoir,
à tester :

DataGridViewRow curRow = dataGridView1.Rows(index);
dataGridView1.CurrentCell = curRow.Cells(0);
curRow.Selected = true;