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

RadToolTip displaying images for RadGrid rows

1 Answer 134 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Ian
Top achievements
Rank 1
Ian asked on 16 Jun 2008, 04:01 PM
Hello Telerik Team,

I would like some assisstance with a section of a project I am working on, I have looked at the examples but have come up blank while trying to get it done.  Basically, I have a RadGrid, in this RadGrid one of the columns is a view picture column (Template column with an image in it), I want a tooltip which displays on the mouse over that will display a picture. 

I am not quite sure how to get a tooltip onto all the rows as we are getting the information from a database using a webservice and then using the dataset as the source for the databind.  So I need a tooltip for each row on the image in the view image column that will display the image for that item. 

Since I don't know how many items are going to be in the database I can't just add as many tooltips as I need.  Also if possible we would like to only use 1 tooltip that dynamically changes the image when the tooltip displays.  I don't know if any of this is possible but anything you can do to help would be great.

Thankyou in advance

Ian Ramsay
ASP.NET Developer
Image Red Ltd.

1 Answer, 1 is accepted

Sort by
0
Ian
Top achievements
Rank 1
answered on 16 Jun 2008, 04:19 PM
Ah it seems just after posting this i have worked it out.  I have used a RadToolTipManager then for the images in the TemplateColumn dymanically added a tooltip for each that renders a HTML img to the tooltip.  Now each is displaying an image for its tooltip.  Sorry about wasting anyones time.

Ian
Tags
ToolTip
Asked by
Ian
Top achievements
Rank 1
Answers by
Ian
Top achievements
Rank 1
Share this question
or