Skip to content

Add support for range method in Calendar #8101

@nelito987

Description

@nelito987

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

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions