Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
104
How to use UltraValidator (ver. 8.3)
posted

I could not find any relavent article or example showing how to use UltraValidator.

I wish to set RequiredField Validation for 4-5 fields but display different "Error Messege" for each.

I have already tried code posted here : http://news.infragistics.com/forums/p/10113/38658.aspx . It did not validate the textbox.

Can you suggest me any article that explains using this UltraValidator (not WinValidator)?

Thanks,

Vishal.

 

  • 69832
    Verified Answer
    Offline posted

    UltraValidator and WinValidator are one and the same...All relevant controls on the same form as UltraValidator are extended a property names ValidationSettings; in your case you would set the IsRequired property to true for all, then use the ValidationSettings.NotificationSettings object to specify the method of notification.