I am trying to add a combobox column to a datagrid. The combobox is data bound dynamically. However on the form the combobox was empty.

Then I removed all code that was binding the combobox to the datasource and used the Items Collection at design time. The combobox was still empty. Am I missing something? Is there any property that has to be set for this to work?