From: tohenning on
Hello everybody,

I like to create a DataGridView (DGV) with 2 columns. This DGV has a
DataSource in form of a DataSet with a DataTable.

My problem is now: One of these columns should be a
DataGridViewComboBoxColumn - I know how to create this without a
datasource, but got no idea how to get this working when my DGV is
bound to a DataTable.

Can someone help me whether this is possible at all and if yes how I
can do it?


Thanks a lot,
Tom