Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1105
How to bind a child column to a textbox in a multiband grid?
posted

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