Completed
Last Updated: 03 Mar 2023 19:03 by jaymer
Release 2020.R3
Created by: G_P
Comments: 29
Category: NumericTextBox
Type: Feature Request
103
The NumericTextBox should behave like standard input fields and automatically select all the text when tabbing into the control. This should work for NumericTextBox controls whether using inside or outside of a Kendo grid.
Completed
Last Updated: 20 Feb 2017 13:06 by ADMIN
Created by: Brian Roth
Comments: 3
Category: NumericTextBox
Type: Feature Request
13
When using the percentTextBox control, it would be nice if there was an option to have the control allow the editing of the data as a percent.  Currently it will show the percent as a decimal value (e.g. 50% would show .5)  For our users, it's more intuitive for them to enter the percent instead of the decimal value.  Kendo would need to do the conversion to/from percent and decimal behind the scenes so that the data is saved properly on the underlying model as a decimal value.
Completed
Last Updated: 20 Feb 2017 13:03 by ADMIN
Created by: Imported User
Comments: 4
Category: NumericTextBox
Type: Feature Request
12
The NumericTextBox currently has the ability to specify "decimals" - the number of decimal places allowed in the box. When a user types in a number with more decimal places than the box is configured for, the number gets rounded to the decimal precision.

What we'd like is to actually STOP the user from being able to type in more decimals than they're allowed. We don't want it to round; we want the user to just be disallowed from entering in a number that would be rounded.
Completed
Last Updated: 20 Feb 2017 13:04 by ADMIN
Created by: Yordan
Comments: 1
Category: NumericTextBox
Type: Feature Request
4
Currently AZERTY keyboards are not supported in NumericTextBox. In consequence:
1. It is not possible to enter a decimal separator in the control (because the key combination is "Shift + ;" - this can only be done using Caps Lock or the NumPad
2. It is possible to enter ; instead of the decimal separator
3. It is possible to enter the special symbols that are in the place of digits in QWERTY keyboards (again because digits are written using the Shift key).
Completed
Last Updated: 11 Jul 2016 09:50 by ADMIN
I find it really confusing that when you hover over the kendo numeric textbox, the mouse turns 'disabled'.  the users i've worked with have no idea that they can click on the numerictextbox to change values inside.  Very not-intuitive.
Completed
Last Updated: 13 Mar 2020 14:01 by ADMIN
Created by: Imported User
Comments: 1
Category: NumericTextBox
Type: Feature Request
2
For cases where validation after the fact isn't good enough there should be an option that disallows setting numeric textboxes to null. If the user sets it to null and moves to another field the textbox should reset to 0.