Hi team,
It would be nice to have mobile support for the Selection Mode:
https://www.telerik.com/kendo-angular-ui/components/dateinputs/calendar/multiple-selection/
Also, behavior for mobile users when clicking on selected date to deselect it.
Hi everyone,
I just wanted to share an custom example that allows multi selection without pressing the ctrl key:
https://stackblitz.com/edit/angular-r9ja3x-5ncjzh?file=app%2Fapp.component.ts
The example isn't fully tested, but the general logic is to manipulate the dates collection array and add or remove dates based on the valueChange event.
I hope this example is helpful until such a feature is implemented.
Regards,
Yanmario
Progress Telerik
Let me clarify this ...
My suggestion is to be allow user to select multiple days without holding ctrl or shift keys. This should be a control property on the backend which can be enabled or disabled by the developer. When this option is enabled, user can click on any day, which would select it and click second time to deselect it.
By implementing this functionality, it will automatically make the calendar mobile friendly.