anderde 0 Newbie Poster

In C# 2005 DataGridView, I have a comboboxcell that is populated with a list of values from a datasource. However, I simply want the user to be able to enter an item not in the list. The DataGridView always throws the DataError event and doesn't put the text in the cell. Any way to get around this?

I've also tried setting the EmptyOnInvalid property in the InitializeEditingControl method of a custom cell class. But this does not work.