protected void DayPilotScheduler1_BeforeEventRender(object sender, DayPilot.Web.Ui.Events.Scheduler.BeforeEventRenderEventArgs e)
{
e.BubbleHtml = (string) e.DataItem["details"]; // assumes that your DataSource contains a field called "details"
}
This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.