Home Unanswered Active Tags New Question

suppress Scheduler Event ToolTip

I have a DayPilot:DayPilotBubble linked to a DayPilot:DayPilotScheduler this way:
<DayPilot:DayPilotScheduler ID="dshbrd" BubbleID="blToolTip" ...
<DayPilot:DayPilotBubble ID="blToolTip" OnRenderContent="dshbrd_RenderContent" ...

In the dshbrd.BeforeEventRender event handler I have tried setting e.ToolTip = String.Empty or "", however the Event.ToolTip shows on mouse hover.

Problem: The Event ToolTip displays and covers part of the bubble before the tool tip automatically fades away.

How to I disable the Event.ToolTip?

Asked by Morten 9 months ago.
Replies

You should use ShowToolTip=false.

Answer posted by Dan Letecky [DayPilot] 8 months ago.
New Reply
This reply is
Your name (optional):

DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java