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
175
UltraValidator - Validation order
posted

I am using the UltraValidator to validate a number of required fields on a Windows Form.  I have torn the code and documentation apart looking for a method of controlling the order that the fields are validated, but I can't find anything.  This results in a messagebox with errors listed in no discernable order.

Does anyone know how I can change the order of validation so it matches the order of the fields on the screen?

Thanks!