Answer posted by Dan Letecky [DayPilot]
4 years ago.

You can enable a bubble for event groups using the groupBubble property:

https://api.daypilot.org/daypilot-scheduler-groupbubble/

There are two ways to specify the bubble content:

1. You can use onBeforeGroupRender event and set args.group.html.
2. You can handle the onLoad event of the DayPilot.Bubble object and set args.html.

Comment posted by Anonymous
4 years ago.

Hi there, thank you for the reply,

Changing args.group.html inside useBeforeGroupRender changes the text displayed on the event, not anything with the hover, and using the example in the API link you provided also does not seem to create a bubble on hover, any more information would be appreciated!

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