What is the easiest way to add a tooltip for dynamic menu items populated by a web service? You would think there would be a tooltip property on the RadMenuItemData class but there isn't. Suggestions?
Thanks
2 Answers, 1 is accepted
0
Accepted
Veselin Vasilev
Telerik team
answered on 13 Nov 2008, 05:02 PM
Hello Ryan,
Add it as a custom attribute in the webservice method and then in OnClientItemPopulated set the title of the textElement to the value of that custom attribute: