G
Guest
HELP!
I have a datagridview which I dragged to a C# form so bindings are all taken
care of automatically. The grid shows all of my ros fine when I run it.
Now I want to change a column to a combobox and bind it to a lookup table.
Here is where the trouble starts. I set the datasource to the new table,
datamember to the new field, etc. When I run it, I get error
"datagridviewcombobox value not valid" or something close to that. I do not
undertand why the drop down list does not work. Without it, I can edit the
rows fine.
Any help woudl be appreciated. I cannot find a simple solution for this -
maybe one does not exist (a simple one).
I have a datagridview which I dragged to a C# form so bindings are all taken
care of automatically. The grid shows all of my ros fine when I run it.
Now I want to change a column to a combobox and bind it to a lookup table.
Here is where the trouble starts. I set the datasource to the new table,
datamember to the new field, etc. When I run it, I get error
"datagridviewcombobox value not valid" or something close to that. I do not
undertand why the drop down list does not work. Without it, I can edit the
rows fine.
Any help woudl be appreciated. I cannot find a simple solution for this -
maybe one does not exist (a simple one).