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
740
NumericEditor not validating?
posted

Hi,

I have a question about the UltraValidator. On a form i have a UltraNumericEditor control which is read only. The value is assigned programatically. When the value is not equal to 0 i want an image to be shown.

The ValidationTrigger is set to OnPropertValueChanged. However, when the value is changing the image is not shown. It only seems to work when i put the validate command in the ValueChanged event of the UltraNumericControl.

It does work when the user actually types something in the UltraNumericEditor control but apparently not when the value changes programatically.

Is this by design?

Kind regards,

Jacob Iedema

Parents Reply Children
No Data