I need to display a combo box in a specific column of a Datagrid.

This grid is bound to an access table through a Dataset.The specific column which I need to populate in the combo is a Text Datatype with delimiters set(~).

Any help?