I have some trouble with setting the last row in my datagridview selected. I select the last row this way:
if (grid.Rows.Count > 0) { try { gr
It's very easy. use: dataGridView.CurrentCell=dataGridView[ColumnIndex, RowIndex]; dataGridView[X,y]... instead of dataGridView[Y, X]...