I have two controls on a form one is a grid and the other is a combo box, I need them to both bind to the same source and to both receive updates about changes to the data so that when a property is changed the display text is updated. But I want their navigation to be separate. My first attempt was to assign each control its own BindingContext, This solved the navigation issue but now when you change the text in the DataGrid or combo the change isn't reflected in the other. I have a feeling that the solution is most likely in the CurrencyManager class.
Thanks in advanced. Steve Wallace. You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.