This question is locked. New answers and comments are not allowed.
We have found an issue with all Telerik Numeric Text Boxes that can even be reproduced on the Demo page.
http://demos.telerik.com/aspnet-mvc/numerictextbox
To reproduce on:
http://demos.telerik.com/aspnet-mvc/numerictextbox
1. Select a TextBox with already existing numbers (Not negative)
2. Try and enter a negative number
The problem is that the first time you press '-', it clears the previous data and we have to press '-' again to see a negative appear in the box.
My guess is that the client side validation method used does not allow the '-' character to be enetered because there is already numbers and it clears the previous numbers instead.
What should actually happen is that the numbers should clear but the '-' key should already be entered.
I have attached screenshots of the steps mentioned above:
Thank you.
http://demos.telerik.com/aspnet-mvc/numerictextbox
To reproduce on:
http://demos.telerik.com/aspnet-mvc/numerictextbox
1. Select a TextBox with already existing numbers (Not negative)
2. Try and enter a negative number
The problem is that the first time you press '-', it clears the previous data and we have to press '-' again to see a negative appear in the box.
My guess is that the client side validation method used does not allow the '-' character to be enetered because there is already numbers and it clears the previous numbers instead.
What should actually happen is that the numbers should clear but the '-' key should already be entered.
I have attached screenshots of the steps mentioned above:
Thank you.