I am trying to use the Kendo Scheduler With MVC and .cshtml to Create some events.
My request object has start and end datetime values of 01/01/0001..What am I Missing?
Thanks
it seems like your missing culture info
pdelifer
My request object has start and end datetime values of 01/01/0001..What am I Missing
This is the default value of date time. MVC databinding uses naming conventions to populate the values. Please check the names in the view and that of the input parameters.
Also post your code so that we can understand what’s happening