DataGridComboBoxCell - Can't Fill Values Programmatically
问题 I'm filling a DataGridView with 2 columns, a DataGridViewTextBoxColumn for a name label, and a DataGridViewComboBoxColumn to act as a dropdown for selecting an SQL Column name to map to the name. I'm going for a loop through my names, and creating a row for each of them. Each row should display the name of a field ( String object), and in the other column should be a combo box (values are within a List (Of String) ). I keep getting an exception raised that says 'the value is not valid': For