I try to overwrite the default text on the messagebox validate method.
In the UltraValidator control I modified the NotificationSettings.Text propert to a new text. The messagebox is still showing the default text: "Validation filed with the following error(s):".
How can I overwrite this default text? Thanks! Herbert
Hello Herbert,
If I have to guess, this probably does not work because you have not set this property in the control you are performing the validation on. I created an illustrative example of what I am talking about for you. Please take a look at the attached sample, type something in the text editor and you will see the customized text. Please feel free to contact us if you need any additional assistance.