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