Completed
Last Updated: 14 Jan 2025 12:01 by ADMIN
Created by: Vedad
Comments: 0
Category: Calendar
Type: Feature Request
0

Add support for getting/setting range in Calendar when the selectable option is set to 'range'.

Scenarios:

  1. Setting the start and end date of the range in the Calendar.
    Example:
var that = $("#calendar").data('kendoCalendar')
that.rangeSelectable.range(new Date(25, 0, 5), new Date(25, 0, 20));
  1. Having the range method would allow correct retrieving of the range when it is changed. Currently, the range could no be retrieved as the value() method returns the previous selected date - https://dojo.telerik.com/PpmQRlRY
Completed
Last Updated: 04 Jun 2024 06:11 by ADMIN

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:

  • You select the first day of any month.
  • You view the month before the one with the selected day in the month-view. As long asthe last day of this month is not a Sunday, you should also see an entry for the date you selected before.
  • However, the currently selected date is not highlighted.

This can easily be repoduced with the demo calendar.