Hello, I want to run the module validation when a field loses focus, besides running to save the record, how can I do that?
We have closed this ticket because another page addresses its subject:
Validation - Check validation rules when input focus changesExecute validation when lost focus of some field
Answers approved by DevExpress Support
Hello Rubén,
I recommend you review the following threads where a similar issue was discussed:
how to subscribe to focus events and manually force validation
Validation and show error message in DetailView after LostFocus
Alternatively you can use Access Editor Settings to access editor, subscribe to its events and trigger validation in code using following methods:
Validate
ValidateAll
ValidateAllTargets
ValidateRule
ValidateTarget
Please let me know if you need further assistance.