search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

How to Select multiple events using Click

Asked by Taslim khan
4 months ago.

Currently working on angular 8 and dont want to select multiple events using control key + Click i want to select multiple events using click is there any property for that and if not how do i achieve this

Answer posted by Dan Letecky [DayPilot]
4 months ago.

You can use the API to modify the behavior:

Add an onEventClick handler and use multiselect.add() to add the event to the selection.

Comment posted by Anonymous
4 months ago.

And how we can deselect them?

Comment posted by Dan Letecky [DayPilot]
4 months ago.

Please see the multiselect.remove() method.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.