Hi,
I do the validation through configuration files. But, RegexValidator does not work properly.
This Validator not disciplined even to unknown regular expression!!
For example, if I add a RegexValidator to field with regular expression '\d', It allow also Letters. it validate only first Character. Also, if I set more than 15 Characters the validation fails.
Do you know about this problem? Many thanks!!!