I'm binding to an array containing a custom class. -----Original Message----- From: The DOTNET list will be retired 7/1/02 [mailto:[EMAIL PROTECTED]] On Behalf Of Keith Franklin Sent: Thursday, June 27, 2002 8:03 AM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] Databinding and Binding Context
Steve, What are you binding to? If it is related to ADO.NET you should be able to use 2 DataViews over the same datasource. Look at System.Data.DataView -----Original Message----- From: Steve Wallace [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 27, 2002 12:49 AM To: [EMAIL PROTECTED] Subject: [DOTNET] Databinding and Binding Context 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. You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com. You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.