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
1830
Manually Add Validation Errors
posted

I need to make row-level service calls that can have errors I'd like to incorporate into the DataPresenter's ErrorIcon display, just as with IDataErrorInfo errors.  Anyone know how to manually add errors such that they will be displayed by this validation mechanism?  My only option appears to be in the RecordUpdating event, and I'd like to be more elegant than MessageBox.Show().

Parents Reply Children
No Data