Hi
We use the UltraValidator Component to notify the user if some entered values are incorrect. But now we got three input fields (Country, ZIP, City) really near together to save space. And now when ZIP and/or City is invalid, the user dont see the error icon because an other control hides it.
So, is it possible to put the error icon inside the control? Like the UltraGrid does?
And why are those two properties on the component itself and not on the individually ValidatonSettings, so i can change it for every control without creating a UltraValidator for every diffrent setting?
And whats up with the ErrorAppearance Property? The properties which i set there, are setted even, when the input value of the field is correct?!
Regards
PV85281 said:So, is it possible to put the error icon inside the control? Like the UltraGrid does?
PV85281 said:And why are those two properties on the component itself and not on the individually ValidatonSettings, so i can change it for every control without creating a UltraValidator for every diffrent setting?
PV85281 said:And whats up with the ErrorAppearance Property? The properties which i set there, are setted even, when the input value of the field is correct?!