Hi,
I have a datepicker where I was setting the depth of the calander following the exaple as in
http://jsfiddle.net/krustev/nPDmK/.
This was working for me till I upgraded to the Kendo release 2014.1.416.
Now I get the exception "dateView.calendar is not defined" against the code
Is there something I have to change to adapt to the new Kendo library ?
Kind Regards
Achilles
I have a datepicker where I was setting the depth of the calander following the exaple as in
http://jsfiddle.net/krustev/nPDmK/.
This was working for me till I upgraded to the Kendo release 2014.1.416.
Now I get the exception "dateView.calendar is not defined" against the code
var datepicker = $("#StartDate").data("kendoDatePicker");
var dateView = datepicker.dateView;
dateView.calendar.element.removeData("dateView");
Is there something I have to change to adapt to the new Kendo library ?
Kind Regards
Achilles