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?

RE: Beginners question - DataGridView with a combo box column by BChernick

BChernick
Wed Sep 26 10:38:10 PDT 2007

Sorry. Jumped the gun. Rebuilt the screen from scratch and added a
DefaultValuesNeeded handler.

"B. Chernick" wrote:

> 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?
>