This question is locked. New answers and comments are not allowed.
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:
What can I do to get the decimal separator to work with spanish localization?
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?