Hello,
I have run into a problem with the Max & Min value on the NumericEditor for the igGrid.
In this jsfiddle if you enter a number larger than 100000 in the Product ID column you notice that the validator goes off.
However you can still click out of the of the input field and the Max (or Min) value will be filled in. (I can't seem to find the KeepFocus option for the NumericEditor?) If you click into another input of Product ID it will also take the Max (or Min) of the previous field! (See screenshot)
Is there anything I can do about this? This doesn't really work pleasantly for our users.
Thank you,
Hello Michael,
Actually I can't understand what bothers you in this scenario, since I believe that the numeric editor works as expected. Please note that you've set min and max properties to the editorOptions object, hence the numeric editor will validate any value under and above these values. What I'm seeing on my side is that when for example I enter 1 000 000, the numeric editor validator displays error message and when the current cell loses focus, the entered value changes to the max value set. So 1 000 000 becomes 100 000 in the current scenario. Similar to the min value. Please find the attached images for your reference. If you need further assistance, feel free to contact me.
Regards,
Tsanna
Hello Tsanna,
I think you misunderstood me. Please follow the following steps to re-create my issue: