D
Derek Chong
How do you trap the unhandled exception thrown when you violate a unique
constraint on the datatable underlying a datagrid.
The exception is thrown when you enter duplicate value then change the
selected cell. There seems to be a hidden datagrid event that calls the
datatable.AcceptChanges method everytime you change the selected cell. No
problems with the exception but how do you trap it?
Any clues?
Derek
constraint on the datatable underlying a datagrid.
The exception is thrown when you enter duplicate value then change the
selected cell. There seems to be a hidden datagrid event that calls the
datatable.AcceptChanges method everytime you change the selected cell. No
problems with the exception but how do you trap it?
Any clues?
Derek