The multiselect.add() method selects an event.
Please note that selecting multiple events is not supported yet.
DayPilot.Queue.multiselect.add(id); DayPilot.Queue.multiselect.add(e);
JavaScript
dp.onEventRightClick = args => { dp.multiselect.add(args.e); };