Hi,

I am having some trouble with my DataGridView control.

I have a DataView bounded to my DataGridView but I want to use another DataTable as the DataSource for one of my column (which is a DataGridViewComboBoxColumn).

Whenever I try to do so, I keep getting values (DataValues and MemberValues) from the DataGridView bounded DataSource instead of my second DataTable.

Do you have any solution that you would think of ?

Thank you very much