I have a rotator control on my page that cycles through a list of text items. For the onclick event of each text item I want its respective tooltip to show. In a simplified detailed example, how could this be done?
Thanks in advance for any help/assistance,
Stephen
1 Answer, 1 is accepted
0
Svetlina Anati
Telerik team
answered on 05 Jan 2009, 12:19 PM
Hello Stephen,
There are a few possible approaches and since I do not have your setup and exact scenario I am not able to offer you the best solution.
One possible approach is to put a RadToolTip control instance in the item template of the RadRotator and configure it in the desired manner.
Another approach is to set the ToolTip/title property of the control which displays the text, declare a RadToolTipManager and set its Autotooltipify property to true as demonstrated here or the ToolTipZoneID as shown here.
You can also achieve the desired result by using the RadToolTipManager's client-side API as shown here.
Please, examine the RadToolTip's demos and choose the best solution for your particular needs and start your implementation. In case you encounter a problem, prepare a sample, fully runnable reproduction demo, open a new support ticket and send it to us along with detailed explanation of the problem and the actual and the desired behavior.
Regards,
Svetlina
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.