Printable View
How do you highlight the current row in DataGridView?
Set the row.selected property to true Code: DataGridView1.CurrentRow.Selected = True
DataGridView1.CurrentRow.Selected = True