When switching view (between day/week) I always seem to get an error in the console on line 93672 in kendo.all.js:
return getDate(this._model.get('selectedDate'));
...seemingly due to this_model is null. Any idea why and what I can do to get rid of it would be appreciated.
Another issue that I noticed here that might be due to my own error(?) and behaves the same in both versions is that I can't seem to change view when the view is to narrow and the view buttons gets grouped to a dropdown. In that case the navigate event seem to be hit with a changeView action as soon as I click on the view selector. Without my own k-on-navigate overload the dropdown works.