I have a ComboBox that is data bound to a particular Dataset's table and column. When the DropDownStyle is DropDownList, a user's changes to the field are not recognized.

Changing the DropDownStyle to DropDown - things work just fine - either by selecting from the list or manually typing.

The latter is not an option, as I need to restrict the possible values. What am I missing here? Any ideas are appreciated.

Mike