UserComboBox with DataGridView Display and Value Members

Answered
0
0

Hi.

In a UserComboBox with DataGridView, is it possible to set its DisplayMember and ValueMember to the DataGridView columns?

Thanks.

Ivan

  • You must to post comments
Best Answer
0
0

You can set the DataSource to the same datasource used to populate the grid. The grid itself is not a datasource.

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.