The showEvent() method displays the bubble for the specified source event.
DayPilot.Bubble.showEvent(e)
var dp = new DayPilot.Scheduler("dp"); var bubble = new DayPilot.Bubble(); // ... var e = dp.events.find(101); bubble.showEvent(e);