How to Select multiple events using Click

Asked by Taslim khan
2 years 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]
2 years 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
2 years ago.

And how we can deselect them?

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