I have read a bunch of posts about this problem but nothing talks about how
to deal with it in the way I need to.
If you have a gridview with a combobox column with values; value1, value2,
and value3 and you need to bind to a datasource that could have "invalid"
values that are not in that list say value4. How can you handle this
situation?
I would like to show the invalid value and let the user choose a valid value
from the combobox but if they don't touch the cell I want the "invalid" value
to stay.
Is this possible?