I cannot for the life of me figure out how you get a Windows Forms GridView to select a row without the user actually clicking on it.<BR><BR>I'm passing an ID (as a parameter) into a function to ...
The answer depends on two things: the state of GridView and whether the column you want is templated. For instance, to retrieve the value of a cell that isn't in edit mode and is in a column that ...