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
You can use the API to modify the behavior:
Add an onEventClick handler and use multiselect.add() to add the event to the selection.
And how we can deselect them?
Please see the multiselect.remove() method.