I'm using an EditorTemplate to render the DateTimePicker of kendo. Everything is working fine on Internet Explorer and Firefox, but when testing the site in Chrome, I always receive a validation error on a valid date. (see attachment)
This is my editor template
Inside the _Layout page we register kendo and set the specific culture.
Any idea why I still get the validation error ?
Kendo version 2013.1.514.340
This is my editor template
@model DateTime?@(Html.Kendo().DatePickerFor(m => m).Format("dd/MM/yyyy").ParseFormats(new List<string> { "dd/MM/yyyy", "MM/dd/yyyy"}))<script src="/Virteo.Fidiem.Presentation.Mvc/Scripts/kendo/2013.1.514/cultures/kendo.culture.nl.min.js"></script><script type="text/javascript"> kendo.culture("nl");</script>Kendo version 2013.1.514.340