Hi all out there,

how can I select a row of a DataGridView control with a certain column value?

What I need is something like a "RowDataBound" event, but I did not found
this functionality in the DataGridView control.

Background:

I've got a DataGridView connected to a BindingSource.
The User changes the sorting and then selects a row and hits the Edit button.
Another form opens in which the user edits the detail data.
If the detail form is closed, the data of the first form should be updated and
then the originally selected row should be again selected (more exactly: the
row with a certain value in a column, lets say where id=27).

Thanks a lot for your help
Ulrich