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

ERROR - Setting the kendo.culture to it-IT on numerictextbox (on IPAD)

8 Answers 264 Views
Globalization
This is a migrated thread and some comments may be shown as answers.
Mike
Top achievements
Rank 1
Mike asked on 14 Jul 2012, 11:16 PM
Setting the kendo.culture to en-US (also de-DE), when I write (numerictextbox) example 1.34 the widget turns it into 134 (on IPAD)

http://demos.kendoui.com/web/globalization/index.html

8 Answers, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 16 Jul 2012, 03:43 PM
Hello Mike,

 
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.

Greetings,
Georgi Krustev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Mike
Top achievements
Rank 1
answered on 16 Jul 2012, 04:06 PM
In your online example http://demos.kendoui.com/web/globalization/index.html, select culture to de-DE, and set Initial Price :
Example
write 1,34   and after lost focus the widget display 134.

New IPad  with Ios 5.1 (Country: Italy)

Thanks.                         


0
Georgi Krustev
Telerik team
answered on 23 Jul 2012, 02:05 PM
Hello Mike,

 
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.

All the best,
Georgi Krustev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Achilles
Top achievements
Rank 1
answered on 12 Sep 2013, 10:42 AM
Hi,

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
in my code.

Regards

Achilles
0
Georgi Krustev
Telerik team
answered on 13 Sep 2013, 09:06 AM
Hello 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.

Regards,
Georgi Krustev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Achilles
Top achievements
Rank 1
answered on 16 Sep 2013, 10:30 AM
Hi Georgi,

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
0
Georgi Krustev
Telerik team
answered on 18 Sep 2013, 07:41 AM
Hello again 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.

Regards,
Georgi Krustev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Achilles
Top achievements
Rank 1
answered on 20 Sep 2013, 04:44 AM
Hello again Georgi,

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

Thanks

Achilles
Tags
Globalization
Asked by
Mike
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Mike
Top achievements
Rank 1
Achilles
Top achievements
Rank 1
Share this question
or