DataGridView First Row Selected

missshhhh

Member
Joined
Nov 26, 2006
Messages
13
Programming Experience
3-5
Hi, after I put values on my grid the first row is highlighted but not selected. How would I select the value?

DataGridView.Rows(0).Selected = True does not work.
 
Back
Top