How to Select multiple events using Click Asked by Taslim khan2 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 angularangular
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.