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
2387
Changing background color during validation
posted

We have UI requirements for our app that stated the background of a control needs to change color based on if the control is required, recommended, or optional.  If a field is required with the default invalid state, it has one color, if any other invalid state it is another color, and if it is valid, a third color.  for the recommended controls, they are one color when default invalid state, another when valid.

I am trying to figure out if there is a way I can use AppStyling and UltraWinValidator to make implementation of this easier or if I am going to have to code everything by hand.

I am also wondering if there is some way to use the UltraWinValidator to enable/disable the OK button.

Sam