Beginners question - DataGridView with a combo box column

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have not tried this before. I have a fairly simple table bound to the
grid itself and I want to make one of the columns a combo box. To this end I
bound the grid to the first table and the column to a second. No matter what
I try, I keep getting 'DataGridViewComboBoxCell value is not valid.'

How does one normally set up an arrangement like this and how do I begin
troubleshooting this?
 
Sorry. Jumped the gun. Rebuilt the screen from scratch and added a
DefaultValuesNeeded handler.
 
Back
Top