VS 2013: Winforms Combobox column of datagridview has a list of values, i.e. Tag, Reset, Cancel, etc... Datagridview is bound to datatable which is populated from SQL table. When combobox column encounters a value not in the list it errs out.
1) How can I get the value that is destined to populate the combobox column before it happens? If this is possible I can then add the value to the list as suggested in answer below.