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
585
UltraValidator validates the control when mouse is over him
posted

Hi !!!

I'm experiencing strange behavior of UltraValidator . When i move the mouse over the control that has ICondition validator on him he invokes the Matches function of the ICondition interface, it this behavior correct or is it bug ?

p.s

I don't change the values of the control nor invoke Validate() medthod

if someone can explain this behavior i will appreciate it !!!!

tnx

Parents
No Data
Reply
  • 69832
    Offline posted

    Assuming the control is an Infragistics control, that is correct behavior - in order to apply the ErrorAppearance to the embeddable editor element used by the control, the Matches method has to be called to determine whether the control's value currently violates the condition.

Children