Hello, can I catch the exception raised by a databounditem (that implements ieditableobject and idataerrorinfo) ?
At the moment after the user edit a row and insert invalid values IEditableObject.EndEdit throw an exception and the program terminate.
I also tried to add a Validating event handler but looks like the IEditableObject.EndEdit is called before the Validating event.
Also tried to handle the DataError event but with no success.
Best regards.
Andrea
At the moment after the user edit a row and insert invalid values IEditableObject.EndEdit throw an exception and the program terminate.
I also tried to add a Validating event handler but looks like the IEditableObject.EndEdit is called before the Validating event.
Also tried to handle the DataError event but with no success.
Best regards.
Andrea