This is a migrated thread and some comments may be shown as answers.

Disabling ToolTip

1 Answer 71 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Hemang
Top achievements
Rank 1
Hemang asked on 27 Oct 2009, 05:22 AM
Hi,

I am using RadMenu control with MOSS 2007 & PortalSiteMapDataSource. I am looking for a way to remove the tooltip generated by the menu control in order to reduce the amount of html generated. Is there an easy way to achieve this?

1 Answer, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 29 Oct 2009, 10:59 AM
Hi Hemang,

RadMenu does not show tooltips by default. You need to set the ToolTip property of the menu items in order to see the tooltip. Please check if your datasource sets the tooltip property.

You can try this as well:

<telerik:RadMenu ...>
    <DataBindings>
        <telerik:RadMenuItemBinding ToolTip="" />
    </DataBindings>
</telerik:RadMenu>

This will reset the Tooltips of all databound items.

Kind regards,
Veselin Vasilev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Menu
Asked by
Hemang
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Share this question
or