Hi,
I have DataTable
's column that is a source of rows for combo box - it loads rows like it should. But, binding ComboBox.SelectedValue
does nothing. I think that this is some problem with comparison between the value provided by BindingSource
and the values from ComboBox
. BindingSource.Position
iterates through collumn correctly (I've checked)
How can I make it work? Is there any way that I can change the way it compares values (I bet there is, but HOW)??