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
Let us have faith that right makes might, and in that faith, let us, to the end, dare to do our duty as we understand it. - Abraham Lincoln -
View Tag Cloud
Forum Rules