Hi, I can't seen to find a fix for this:
I'm using .NET Core Telerik UI's Wizard feature along with its kendoValidator and the latter seems to be generating error messages, one example being the email address field - it'll generate an error message if the email doesn't follow the format allowed per the attributes in the view model. However, it's using the original field names despite my using the DISPLAY attribute in the VM. How can I go about changing the field name used in the client side when kendoValidator kicks in?
Example: ALT_EMAIL is not valid email. I'd like for it to say, This email address is not an valid email, instead.
FYI, I'm using .NET's tag helpers, not Telerik's, to generate the field names, inputs, etc.