I have a datagridviewcomboxcolumn
to which I need to load data either from another form or by excel.
Before loading, I am validating the data to make sure it exists in the datagridviewcomboxcolumn list.
Whenever I try to load the data, it gives an exception error as value is not valid.
How can this be solved? Or is there a workaround to disable this error?