Hi Dennis,
This reason why the valueof the first item in the combobox drop down list is not committed to the cell is that the user doesn't make the selection action in the drop down list, so the SelectedValueChanged event of the hosted combobox is not raised. In this case, nothing will be committed back to the cell. Asyou can see, this behavior is by design.
A solution is to set a default value for the correspondingdata column in the DataTable. You can do it in the DataSet designer or in code.
Hope this helps.
If you have any question, please feel free to let me know.
Sincerely,
Linda Liu
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
end us any feedback you have about the help from MSFT at fbmsdn@microsoft.com.