8 Answers, 1 is accepted
Unfortunately, I was not able to reproduce the depicted issue. I have tested on iOS 4 and iOS 5 and everything works as expected. Could you please provide more information about the issue? A repro test page will be great.
Georgi Krustev
the Telerik team

Example
write 1,34 and after lost focus the widget display 134.
New IPad with Ios 5.1 (Country: Italy)
Thanks.
Thank you for the clarification. I was able to observe the issue. It will be addressed in the next official release ( next internal build available only for paid customers) of KendoUI. As a gratitude for your involvement I have updated your Telerik points.
Georgi Krustev
the Telerik team

I have the same problem .
When I set culture as "de-DE" for this code
@Html.Kendo().NumericTextBox().Name("NumericTextBox").Decimals(3).Value(23.45)
I get "2.435,00" instead of "23,45".
As a paid customer, how can I get the latest internal build ?
I use cdn, ie I have
<
script
src
=
"https://code.jquery.com/jquery-1.9.1.min.js"
></
script
>
<
script
src
=
"https://da7xgjtj801h2.cloudfront.net/2013.2.716/js/kendo.all.min.js"
></
script
>
<
script
src
=
"https://da7xgjtj801h2.cloudfront.net/2013.2.716/js/kendo.aspnetmvc.min.js"
></
script
>
<
script
src
=
"http://cdn.kendostatic.com/2013.2.716/js/cultures/kendo.culture.de-DE.min.js"
></
script
>
Regards
Achilles
You can download the latest internal build from your Telerik account: Products & Subscriptions -> Latest internal builds -> Choose product and download latest internal build.
Please note that the aforementioned issue is fixed in the Q2 2013 release of Kendo UI (2013.2.716). If you have any globalization issues, check this help topic for more information.
Georgi Krustev
Telerik

As per your advice, I updated my application to (2013.2.716) .
Now I have a different problem .
For every page in my app which has a grid with an ajax binding, I get an exception. Unfortunately all the numeric controls are in the detail view of the grid.
But I wrote a simple application to test the globalization issue, and it seems to work
The exception I get has the following trace
Stack trace: at Kendo.Mvc.Infrastructure.Implementation.FilterNodeVisitor.Visit(PropertyNode propertyNode)
at Kendo.Mvc.UI.DataSourceRequestModelBinder.BindModel(ControllerContext controllerContext, ModelBindingContext bindingContext)
at System.Web.Mvc.ControllerActionInvoker.GetParameterValue(ControllerContext controllerContext, ParameterDescriptor parameterDescriptor)
at System.Web.Mvc.ControllerActionInvoker.GetParameterValues(ControllerContext controllerContext, ActionDescriptor actionDescriptor)
at System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName)
at System.Web.Mvc.Controller.ExecuteCore()
at Solivia.Monitoring.Controllers.Base.Controller.ExecuteCore()
in
E:\Projects\NICE\Delta.Monitoring.Portal.G2\Solivia.Monitoring\Solivia.Monitoring\Controllers\Base\Controller.cs:line 11
at System.Web.Mvc.ControllerBase.Execute(RequestContext requestContext)
at System.Web.Mvc.MvcHandler.<>c__DisplayClass6.<>c__DisplayClassb.<BeginProcessRequest>b__5()
at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass1.<MakeVoidDelegate>b__0()
at System.Web.Mvc.MvcHandler.<>c__DisplayClasse.<EndProcessRequest>b__d()
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
I wonder if it has the same root cause as
http://www.kendoui.com/forums/kendo-ui-complete-for-asp-net-mvc/grid/paging-issue-after-upgrade-to-v2013-2-716.aspx
How can I find out ?
Regards
Achilles
This is a known issue, which is addressed in the latest internal build of Kendo UI. You can either download it or try the Q2 Service Pack of Kendo UI due the mid of this week.
Georgi Krustev
Telerik

I have updated to the Q2 Service pack. And everything works for me now.
Thanks
Achilles