I have a DataGridView with RowHeadersVisible = False. When a user
clicks on a cell how do I highlight the entire row. And secondly how
to (syntax) get the value of cells into variables. I've looked at
SelectedRow, CurrentRow, but just dont' get it.
DataGridView1.SelectedRow.Column("CustNameDataGridViewTextBoxColumn").value
Is the above even close?
Thanks,
Hexman
Aziz - 21 Apr 2006 15:31 GMT
Try the FullRowSelect property.
Hexman - 22 Apr 2006 02:44 GMT
Thanks, I ought to open my eyes more fully.
Hexman
>Try the FullRowSelect property.