I use DevExpress TextEdit. I have Validate event there I set the Validation error. But once the error is set, it doesn't allow the cursor to be moved to other control and gives the impression that the UI has been frozen, until the error has been corrected. How can I disable this behaviour?
use InvalidValueBehavior="AllowLeaveEditor"