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
960
Do infragistics editors disable native HTML onchange events?
posted

Before incorporating Infragistics fields into my webapp, I was using the HTML onchange event on HTML elements to trigger other page actions - when a number changed in one field then other fields with calculations were affected automatically. I am now wrapping my input fields in Infragistsics editors and the HTML onchange event is disabled.

http://jsfiddle.net/roq7om5d/2/

This shows this behavior. Is this a bug? Why would your controls disable something that's native HTML? I know the IG controls have their own events, but that requires individual javascript calls to set the event up only for certain elements.

Is there any fix or workaround?

Thank you