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

Can't use decimal separator on numpad

1 Answer 123 Views
NumericTextBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Martín
Top achievements
Rank 1
Martín asked on 31 May 2011, 01:28 AM
I've localized my application in spanish but I can't use the decimal separator on the numpad for the NumericTextBox.

Spanish language uses comma ',' as decimal separator, not the dot '.'. User have to press the comma in the letters part on the keyboard and that's pretty frustrating.

I've already setup the following in my master page:

<%= Html.Telerik().ScriptRegistrar().Globalization(true).DefaultGroup(group => group.Combined(true).Compress(true)) %>  

What can I do to get the decimal separator to work with spanish localization?

1 Answer, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 31 May 2011, 08:44 AM
Hello Martín,

The decimal separator on the NumPad depends on the keyboard layout settings. In the case where NumPad <Del> button is "." (dot), but the allowed decimal separator is "," (comma), then the NumPad button will not be allowed, which is actually expected.

Nevertheless we was able to overcome this limitation after 2011.1.414 version. The improvement will be available in the next official release of Telerik extensions for ASP.NET MVC. Also customer can download latest internal build.

Regards,
Georgi Krustev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
NumericTextBox
Asked by
Martín
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Share this question
or