I want the find the row that has a "value" in a given column in a datagridview. The data in is not sorted or bound to a source. Do I have to loop through every row or is there a method that will retun the row index?
Thanks