I really hope I'm wrong.. but EditModeValidationErrorEventArgs does not appear to tell me what constraint actually failed... do I have to write my own logic to retest all everything in order to display a meaningful error message other than invalid value?
Hi Matt,
There are ErrorMessage and Exception properties on the EditModeValidationErrorEventArgs. These two properties are meant to give you a meaningful message regarding what constraint failed. However it seems this not working and we've entered it as bug into our bug tracking system. It will be fixed in upcoming hotfix.
Sandip