Grid Mvc Datepicker



The Telerik UI DatePicker HtmlHelper for ASP.NET MVC is a server-side wrapper for the Kendo UI DatePicker widget. The DatePicker enables the user to select a date from a calendar or through a direct input. It provides options for using custom templates for its Month view, setting minimum and maximum dates, a start view, and a depth for navigation. I have an MVC application that uses a datepicker in a grid. The problem is that when I add a new date into the grid, it only populates the field at the top of the grid, see screen shot. For example, I try to put in a date for Easter Monday, and it populates New Years Day instead.

Hello All Looking for some understand of the Telerik datatime picker for MVC, very hard to unders...

Grid Mvc Datepicker

Aug 12, 2019 09:33 PM|AppDev01|LINK

Hi All,

Have been trying for figure out how to use the telerik for the mvc. And each time I run into road blocks.

For example I want to update an existing application I built to use the telerick date picker function.

But none of the examples seem to work.

I am following the following example and like most examples they seem to leave out keep steps making it hard for some one to learn how to make use of it

so for the last 3 or so years I would try and fail and have never been able to figure out the telerik.

I am following this: https://docs.telerik.com/aspnet-mvc/getting-started/asp-net-mvc-5#add-telerik-ui-for-aspnet-mvc

It is very hard to understand but When I try to add the datetime picker to my existing wizard based application The page fails to render.

Here is my code that was built by the mvc wizard.

The does not work:

@(Html.Kendo().DatePicker().Name('Date').Value(Model.RES_START_DATE).HtmlAttributes(new { type = 'text' }))

Kendo Ui Grid Mvc Datepicker

nor does this code work:

Any one have any ided how I would make an existing razor page work with the telerik add on or is it not possible as the application was build not using

Kendo Grid Mvc Datepicker

the telerik.

I have followed the steps in the guide adding the reference and the items listed but it fails.

Grid.mvc.datepicker

Telerik is very very very hard to understand to me.

Html Razor Datepicker

Thank you for the help in advance.