Regarding the RadMaskedEditBox using the provided Email MaskType:
The error validation icon displays when there is an error, but it doesn't prevent the user from leaving the field.
How can I prevent the user from leaving the field with this MaskType?
1 Answer, 1 is accepted
1
Accepted
Dinko | Tech Support Engineer
Telerik team
answered on 05 Feb 2025, 02:41 PM
Hello Bob Neuendorf
Thank you for reaching out to us.
What I can suggest to try is to cancel the Validating event of the control. The Provider of the RadMaskedEditBox.MaskedEditBoxElement exposes the Validate() method which you can use in code: