Click to See Complete Forum and Search --> : Removing the ToolTip from Calendar control


digawm
07-18-2006, 09:05 PM
Hello,
Something I find very annoying is the fact that I cannot seem to get rid of the Tooltip for the Calendar control in ASP.net 2.0 . Whenever you scroll over a calendar control, pause for a second, a "tooltip" appears. If you leave it blank or set Calendar1.ToolTip="", by default the tooltip says "Calendar". The best option I could find was to make the tooltip equal one empty space (" ").. but this still is annoying.

Any help would be appreciated.

To see an example, scroll over the calendar and pause for a few seconds at http://www.asp.net/vwd/Live/club/events_calendar.aspx

This says "Databound Calendar"

If you leave Calendar1.ToolTip=" " it says " " but still has a blank yellow tooltip pop-up

If you set Calendar1.ToolTip="" it says "Calendar" in the tooltip.

Frustrating.

urge55
08-16-2006, 09:02 PM
This will turn off the tool tips...

Calendar1.UseAccessibleHeader = false