search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

suppress Scheduler Event ToolTip

Asked by Morten
12 years ago.

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?

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

You should use ShowToolTip=false.

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