ComboBox Databinding Problem
Hi,
I'm experiencing some problem which I believe I should know how to solve it myself.
Here is what i've done
- I have a ComboBox that has its DataSouce points to a BindingSource
- I have this ComboBox (DataBindings)SelectedValue points to another BindingSource.ID which contains the ID I would like it to focus.
- When I run the application, i can see the option being populated in the ComboBox without any bugs
- All other databound controls are displaying data without any errors
Here is the problem
How come it doesn't select the proper option within the ComboBox since I've databind the SelectedValue?
Thank you all in advanced!

