Some nodes of my RadTreeView have warning images (ImageUrl property), and when I set tooltip on that nodes it is displayed only for node text, I would like to display it for images also.
3 Answers, 1 is accepted
0
Atanas Korchev
Telerik team
answered on 09 Feb 2009, 08:12 AM
Hello Antonio Bakula,
I tested the current official release of RadTreeView and setting the ToolTip rendered as the alt attribute of the image. Which version are you using?
Regards,
Albert
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
I am using version 2008.3.1125.20 , I see that there is newer version and I will upgrade ASAP.
ToolTips in my case are shown with RadToolTipManager, not by setting ToolTip property of RadTreeNode. This tree is shown on new modal window when tool button of RadEdit is pressed. And I see when using ToolTip of node property that alt attribute is set, but this is not good enough :) Here is the image when mouse is above node text and I will like to use same RadToolTipManager type ToolTip with image.
Thanks !
0
Accepted
Simon
Telerik team
answered on 12 Feb 2009, 08:08 AM
Hi Antonio Bakula,
You can assign an unique 'id' attribute to each Node and register RadToolTips for the Nodes (targets) with this specific Client IDs.
Regards,
Simon
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.