Hi,
I have a dataset with a parent child relation and I am displaying it in a multiband UltraGrid. The Details of the record are shown in an ultratext box.
The Dataset is bound via a BingingSource (Datasource = Dataset, Datamember is Parent) to the Grid. I have a second BindingSource which is bound to the parent Bindingsource (Datamember is Child). The Textbox is bound to the second binding source. When I select a child Band in the grid, the textbox is not updated with the current value.
Is it possible to bind a child band to via binding source to a multiband grid?
regards
Stefan
Hi Stefan,
The current position is handled by the CurrencyManager. I'm pretty sure if you use two different BindingSource's that they will have different BindingContexts, so that won't work. It's also depending on how you do the binding and what you use for the DataSource and DataMember.
There was a more detailed discussion of this here:
How to sync a textbox with a child record in the ultragrid? - Infragistics Community