This is a migrated thread and some comments may be shown as answers.

Using Keyboard numeric keypad [del] button

1 Answer 123 Views
Input
This is a migrated thread and some comments may be shown as answers.
Pauli
Top achievements
Rank 1
Pauli asked on 30 Sep 2009, 11:27 AM
Hello.

I am using a rad numeric textbox on my page, but however, I cannot make use of the decimal key of my numeric keypad.
I have tried using groupseparator="," and even groupseparator="." but still, the control does not accept the [del] key value.
Instead, if I press the comma "," key, the control accepts it.

<telerik:RadNumericTextBox ID="tbxtest" runat="server">
</telerik:RadNumericTextBox>



I have not set any localization on my page


Can someone please advise how I can achieve that? My users make intensive use of the numeric keypad.
Thanks

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 30 Sep 2009, 01:14 PM
Hello Pauli,

When you post the same question in the forums and in a support ticket, please notify us about this in the support ticket. Otherwise we may end up with two support officers replying to the same question twice, which is an overhead for us. Thank you.

No to your inquiry: this problem has been fixed for Q1 2009 SP1 (version 2009.1.402), please upgrade.

Note that the decimal separator of the textbox' culture (comma in your case) must match the decimal separator of the selected keyboard layout. For example, if the textbox uses a comma as a decimal separator, and your keyboard layout is US, the Del key will not work, because it will output "." instead of "," and the textbox will not accept it.


Sincerely yours,
Dimo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Input
Asked by
Pauli
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or