DayPilot Forums

DayPilot is the best open-source Outlook-like calendar control for ASP.NET.
DayPilot Pro Demo (Calendar control)
» DayPilot Pro live demo (Calendar control)
DayPilot Pro Demo (Scheduler control)
» DayPilot Pro live demo (Scheduler control)
Home » Features » ToolTip InnerHTML property in BeforeEventRender

ToolTip InnerHTML property in BeforeEventRender

Hi Dan, is it possible to format the HTML of the tooltip in the BeforeEventRender event (Calendar). I don't want to use the event bubble if possible.

Cheers

Michael.

Michael - 2/28/2008 12:05:26 AM
ToolTip can be modified in BeforeEventRender using e.ToolTip.

But it is transformed into a standard title="" attribute and that's why it doesn't support HTML.
Dan Letecky - 3/4/2008 8:39:51 AM
Post reply