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
How to data bind ComboBox and LookupBox
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.
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
Can you send a sample?
How to data bind ComboBox and LookupBox
Hi
Here you are.
Just open attached report in Demo.exe sample application from standard installation.
Thank you.
Here you are.
Just open attached report in Demo.exe sample application from standard installation.
Thank you.
- Attachments
-
- 314.ComboboxExample.mrt
- (14.96 KiB) Downloaded 391 times
How to data bind ComboBox and LookupBox
Thanks a lot.
How to data bind ComboBox and LookupBox
Hi
You are welcome, please let us know if any help is required.
Thank you.
You are welcome, please let us know if any help is required.
Thank you.