Hi.
In a UserComboBox with DataGridView, is it possible to set its DisplayMember and ValueMember to the DataGridView columns?
Thanks.
Ivan
You can set the DataSource to the same datasource used to populate the grid. The grid itself is not a datasource.
Please login first to submit.