vitaliiklimenko
Setting bind data to DataGridViewComboBoxColumn
Hello guys. Is there a way to bind data for dropdown-list and selected value of DataGridViewComboBoxColumn cells? I use EF and vanilla WinForms. In simple combobox tool I use DataSource (for dropdown-list filling) and DataBindings (for selected values), but if combobox is DataGridView column, this method doesn't work.
1 replies