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

Add Tooltips Server Side for RadMenu

2 Answers 94 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
hacker
Top achievements
Rank 1
hacker asked on 13 Jun 2007, 03:10 PM
Hello,

I am using AJAX and creating my RadMenu Server side.  This is working great.  I now want to use the ToolTip control to add tool tips to the menu.  Can you give an example of how I can add tool tips to each menu item?

For some more background info...  I am pulling the information I need to create the tools from a database and then looping through each record and creating a tool. 

for each dr as datarow in dt.rows 
    dim newTool as new RadMenuItem 
    ' do the tool stuff here 
 
    'create the tool tip for this button 
    ' 
    ' how do I do this part?? 
next 


Thanks,
Shawn

2 Answers, 1 is accepted

Sort by
0
hacker
Top achievements
Rank 1
answered on 13 Jun 2007, 03:29 PM
I just realized that it automatically works once I put the manager on the page.  Awesome!!

One thing that it seems to have broke though is one of my tool buttons.  I have one menuitem that has a slide out menu when you hover over it.  That no longer slides out once you have the tool tips enabled.  The TT shows, but the menu doesn't slide.  When I take the TT Manager off the page, it works.

Any idea of how I can get the TT to work and the menu to slide out?

Shawn
0
Tsvetie
Telerik team
answered on 20 Jun 2007, 08:40 AM
Hi soatley,
We are aware of this behavior and our developer will fix it. The fix will be available with the next Update, due next Tuesday.

In case you need the hotfix earlier, please open a new support ticket and we will send it to you, once it is ready.

Best wishes,
Tsvetie
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
ToolTip
Asked by
hacker
Top achievements
Rank 1
Answers by
hacker
Top achievements
Rank 1
Tsvetie
Telerik team
Share this question
or