datagridview dataError event not firing for check Constraints
The Datagridview.dataerror event is not firing off when I try to enter a value such as 'ab'. I catch this error, and display it to the user, but can not do
e.cancel
int he spot where I catch the error.
How can I enable CHECK constraints with my dataset, for it seems to not fire off the dataError event.. :(

