Add support for getting/setting range in Calendar when the selectable option is set to 'range'.
Scenarios:
var that = $("#calendar").data('kendoCalendar')
that.rangeSelectable.range(new Date(25, 0, 5), new Date(25, 0, 20));
In the month view, the Kendo-UI Calendar widget displays the days of the next or previous month to fill the remaining space in a week. When a date is selected, it is highlighted.
Imagine the following scenario:
This can easily be repoduced with the demo calendar.