Link to home
Start Free TrialLog in
Avatar of BlakeMcKenna
BlakeMcKennaFlag for United States of America

asked on

Getting error on a DataGridViewComboBoxCell?

I have a DataGridView that has 1 column defined as a DataGridViewComboBoxCell. It is bound to a bindingsource. My problem is that when I run my app, I get this error repeatedly (see screenshot). I have tried to recreate the control, redo the query and I still get it.
Image1.jpg
ASKER CERTIFIED SOLUTION
Avatar of cpe_majid
cpe_majid

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of BlakeMcKenna

ASKER

Worked great! Not sure why because all I did was add a Try Catch construct displaying the exception.message. But the grid loaded without issues...

Thanks again!