Declined
Last Updated: 13 Mar 2020 14:08 by ADMIN
Created by: Imported User
Comments: 0
Category: NumericTextBox
Type: Feature Request
2
When users see a field where they're expected to enter a dollar amount, a lot of people intuitively try to type something like "$45.30".  However, since the shift key is forbidden, they get "445.30".  I suggest allowing users to type in a single, superfluous dollar sign as the first character in a CurrencyTextBox, and then ignoring it during form submit.
Declined
Last Updated: 13 Mar 2020 13:50 by ADMIN
Created by: David
Comments: 1
Category: NumericTextBox
Type: Feature Request
2
Please focus on adding flexibility to the numerictextbox. I'm jumping through hoops to get a field with a displayed percentage of 75.75% to appear the same way in edit mode. I understand the need to keep the control reasonably rigid, but I would hope additional customization options could be add. I gave up and am doing everything in a custom editor/ input text box.   
Declined
Last Updated: 13 Mar 2020 14:25 by ADMIN
Created by: Filippo
Comments: 1
Category: NumericTextBox
Type: Feature Request
1
There is a limit in kendoNumericTextBox to 14 decimals. The request is to manage 15 or more decimals.
Declined
Last Updated: 13 Mar 2020 14:05 by ADMIN
Created by: Patrice
Comments: 0
Category: NumericTextBox
Type: Feature Request
1
I know it's not officially supported, but when you use it in hybrid mode in an iOS UIWebView, the events sometimes seems to get mixed up. Then when you clic on a filed, it jumps to the the next one while flashing the keyboard. It doesn't happen always, but just clicking in a few fields on a form and it starts. We had to rollback using it in our codebase. I have a video of the behavior and the code (based on your mobile sample).
Declined
Last Updated: 13 Mar 2020 13:55 by ADMIN
Created by: Srinivas
Comments: 1
Category: NumericTextBox
Type: Feature Request
1
It is better if kendo numeric textbox formats value (comma will be added after 3 decimals) as user types, especially for currency values.

There are so many jQuery plugins available in market to achieve this. Kendo Numeric text box is not working as expected when integrate with these plugins.

Demo url: https://www.jqueryscript.net/demo/Auto-Format-Currency-With-jQuery/