Finding a specific DataGridView Row based off of "Find"?
I know in DataTables you can perform a "Find" based off of a PrimaryKey. Can something similar be done for a DataGridView without having to loop through all the rows? I am basically trying to find an "equipment_ID" based on a value from a variable.