Bind datagrdview combobox when manually added

39 views Asked by At

Bind datagrdview combobox column when manually added in datagridview

1

There are 1 answers

0
MMM On BEST ANSWER

The following code example demonstrates how to bind a collection of objects to a DataGridView control so that each object displays as a separate row. How to: Bind Objects to Windows Forms DataGridView Controls

ComboBox with DataGridView in C#