This is a migrated thread and some comments may be shown as answers.

AutoTipify Images within Repeater but not all on page

1 Answer 25 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Katie
Top achievements
Rank 1
Katie asked on 18 Sep 2008, 08:00 PM
Hi,

I am trying to create a facebook type page just like the ToolTip Manager example (here) where an ajax tooltip pops up for each asp:image within a Repeater control. However I also have buttons on the same page and I do not want the tooltip on the button controls.  How do include just the images from the repeater control and exclude all other controls?

Thanks.

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 19 Sep 2008, 07:38 AM
Hi Jeff,

I suggest to use the RadToolTipManager's ToolTipZoneID property as shown here and set it to the repeater. Another option is to use the repeater's ItemDataBound event and add the images to the RadToolTipManager's TargetControls collection as shown here

Sincerely yours,
Svetlina
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
ToolTip
Asked by
Katie
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or