Unplanned
Last Updated: 30 Nov 2023 12:02 by arnaud

Bug report
selectDates() in change event of MultiViewCalendar does not return all selected values with cmd + click on Mac

Reproduction of the problem
Open Dojo: https://dojo.telerik.com/IcIyomiX

Select values with cmd + click

Expected/desired behavior
All values shall be returned with selectDates()

Ticket ID: 1631820

Environment
Kendo UI version: [all]
Browser: [all]

Unplanned
Last Updated: 20 Dec 2022 21:00 by José Carlos
Created by: José Carlos
Comments: 0
Category: MultiViewCalendar
Type: Feature Request
2

Hi Team,

I would like to request a built-in way to control the display of the Month view by changing how the months appear.  For example, if I wanted to display 12 months in a 3 X 4, it would be nice to set this orientation. 

Thank you!

 

Completed
Last Updated: 08 Jul 2021 20:31 by ADMIN
Release 2019.R2.SP1
### Reproduction of the problem
Run [this dojo](https://dojo.telerik.com/OMoCEDOs) on mobile device or emulator
Click/tap on different dates

### Current behavior
All clicked/tapped dates are selected
Video - https://www.screencast.com/t/aZ3Cslmn

### Expected/desired behavior
Only one date should be selected

### Environment

* **Kendo UI version:** 2019.2.514
Unplanned
Last Updated: 24 Jan 2020 10:07 by ADMIN

To change the MultiViewCalendar, you have to look for the header classes and manipulate them via javascript after the calendar renders. 

The footer has an API option so you can change it declaratively.

The header also needs an API option, so that we can either adjust the view button's text (by default the button provides a way to change the calendar's view) or to replace the button entirely with something else, like a centered drop-down month selection button (just an example, my use case was to center, bold, and display the title of the calendar while getting rid of the ability to change the view).  Be good if this option handled supported either a string or a template or a function, depending on what is best for the control's future plans.