Unplanned
Last Updated: 11 Aug 2022 14:28 by ADMIN
Michael
Created on: 12 Jan 2022 09:50
Category: Calendar
Type: Feature Request
3
Calendar multiple selection mobile support

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.

2 comments
ADMIN
Yanmario
Posted on: 11 Aug 2022 14:28

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

The Premier Dev Conference is back! 

Coming to you live from Progress360 in-person or on your own time, DevReach for all. Register Today.


Michael
Posted on: 12 Jan 2022 15:37

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.