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?