I have an ultranumericeditor with a min value of 1 and a max value of 31. If the field has a invalid value (0 or blank) When I click on any control OTHER than the ultratoolbar it will not let me leave the field because it does not have a valid value. Clicking on the toolbar still processes (in this case it is a save event).
Is there a way to avoid this or check for an invalid value?
Thanks.
Hello,
Could you please let me know what is the exactly version of Infragistics , which you are using ? Is this behavior is reproducible with the latest service release of 11.1, because I have test this scenario with the latest service release and I was not able to leave UltraNumericEditor and to set the input focus into a TextBoxTool, if I type a value which is not in the Minimum/ Maximum range of the UltraNumericEditor.
I am waiting for your response.
Anybody?