DataGridViewComboBoxCell Binding – “value is not valid”

I managed to find the solution not long after posting the question. For anyone else: The problem was that I was trying to assign the DataGridViewComboBoxCell.Value to an object, expecting that because the Cell was bound to a data source that it would automatically find the object in the source and update. This wasn’t actually … Read more

tech