Hi,
My story is the following, I have to forms, first includes a Datagridview and BindingSource,and the other showsdetails of each record using a BindingSource and BindingNavigator. Problem is that controls does'nt synchronize between forms current selection in grid dont reflect the current record in second form (detail).
In second form (detail) I have a method in wich passing the bindingcontext of the first form and the same datasource that I set on BindingSource of the DataGridView, but is not working.
Thanks for any suggestion.