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.
Thanks,
Shawn
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