I am clearing out the numericedit control (v10.2 I think) in javasript by doing the following:
var txtMonths = document.getElementById("igtxttxtMonths");
txtMonths.value = "";
This clears the value from the field, however, when I tab back into the control the old value is displayed inside of the control again? It is not a cache drop down of old values, it is the exact same value that I just cleared.
How do I clear this control?
Hello,
As this topic is a duplicate, you can refer to the other one for an answer
http://es.infragistics.com/community/forums/t/106748.aspx