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]
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!
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.