Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
250
Validation - What failed?
posted

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?

 

 

  • 2070
    posted

    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