Page 1 of 1

How to data bind ComboBox and LookupBox

Posted: Wed Jan 20, 2010 11:49 am
by spnvelvet
How to data bind ComboBox and LookupBox

It seems they are different from Winforms Data Binding (Display Member, Value Member).

How to data bind ComboBox and LookupBox

Posted: Thu Jan 21, 2010 12:19 am
by Jan
Hello,

You can use DataBindings property of this controls. Also you can access to WinForms control of this controls with help of .Control property. For example:

lookupBox.Control. ....


Thank you.

How to data bind ComboBox and LookupBox

Posted: Thu Jan 21, 2010 3:33 am
by spnvelvet
Can you send a sample?

How to data bind ComboBox and LookupBox

Posted: Thu Jan 21, 2010 10:17 am
by Edward
Hi

Here you are.

Just open attached report in Demo.exe sample application from standard installation.

Thank you.

How to data bind ComboBox and LookupBox

Posted: Fri Jan 22, 2010 2:47 am
by spnvelvet
Thanks a lot.

How to data bind ComboBox and LookupBox

Posted: Fri Jan 22, 2010 12:22 pm
by Edward
Hi

You are welcome, please let us know if any help is required.

Thank you.