我正在使用Telerik for asp mvc,我使用了Html.Telerik()。NumericTextBoxFor
@(Html.Telerik().ScriptRegistrar().Globalization(true).DefaultGroup(group => group.Combined(true).Compress(true)))
@(Html.Telerik().NumericTextBoxFor(loc => loc.LatitudeValue).MinValue(0).MaxValue(90).Spinners(false).InputHtmlAttributes(new { width = "120", style = "width: 120px" }))
当导航器使用英语时,它可以工作,但是当我切换到frensh时。 分离器变得“,”这很好但是当我写例如12,45时。 jquery删除了我,45和put,00
我错过了什么吗?