Completed
Last Updated: 14 Jan 2025 12:01 by ADMIN
Vedad
Created on: 13 Jan 2025 08:47
Category: Calendar
Type: Feature Request
0
Add support for range method in Calendar

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
0 comments