Hello. I'm using IG for Winforms version 9.2.20092.2074.
I have an UltraValidator control and UltraTextEdit controls on a form and am validating the UltraTextEdit controls using the IsRequired property of the ValidationSettings.
I also have one UltraTextEdit control that accepts an email address. That control is also using the IsRequired property but I also need to validate that the user has entered a valid email address pattern.
How do I use the UltraValidator in conjuction with the email UltraTextEdit to ensure a valid email address pattern?
Thank you,
Mike
Nevermind. I figured it out.
Use "Match" as the condition and use a regular expression.