I\'m using Kendo DatePicker to edit a Date field being displayed in a Kendo Grid in my ASP.NET MVC 4 project. In order to have the DatePicker being used for the Date field use c
I had the same issue when using the Gantt component here. Telerik support put me on the right lines by referring me to here.
My crucial omission was that I had not included the following in my _Layout.vbhtml file:
Once included (together with the appropriate kendo.culture script in my JS bundle) the helper started behaving as expected.