Hi Xorcist,
I am not completely sure what is your exact goal and how exactly you have configured your tooltips.
If you want simply to replace the standard browser tooltips with RadToolTips, it is enough to simply use the AutoTooltipify functionality as shown below:
Setting the ToolTipZoneID property to the editor will limit the autotooltipifying only to the editor and setting RelativeTo="Element" will ensure that the tooltip will show relative to the button.
If this is not what you need, what I suggest is to examine the RelativeTo property which is demonstrated below:
http://demos.telerik.com/aspnet-ajax/tooltip/examples/relativeto/defaultcs.aspx
What you should do is to set each separate button as target control and also set RelativeTo="Element".
Regards,
Svetlina
the Telerik team
Watch a
video on how to optimize your support resource searches and
check out more tips on the blogs.
Follow the status of features or bugs in
PITS and vote for them to affect their priority.