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

ToolTip Help Required

1 Answer 47 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Ram
Top achievements
Rank 1
Ram asked on 04 Mar 2009, 06:44 PM
Hi,
I am aleready posted some questions before but now I am posting complte scenario

1. I am having a radgrid in which I am having a image buton column called Status ( different kind of images which populate dynamically - only 3 kinds of image alwas i populate)
img1 - performed.gif
img2 - expired.gif
img3 - yet to performed.gif

2. when I click on a image I have to show a Tooltip,the img1 & img 2 have same kind of screen but img3 had different screen: Now to achieve this I took 2 tooltips, If it is possible with one then it is OK.
And whe I mousehover on respective images I need to show their regular tooltip data as follows:
img1 - regular tooltip performed ---onclick open radtooltip1
img2 - regular tooltip expired-- onclick open radtooltip1
img3 - regular tooltip  yet to performed --onclick open radtooltip2
3. my tooltips have text boxes and buttons (Save,cancel & browse)
when I click on browse I have to attach a file and then whe I click on Save button the tooltip needs to be closed automatically and behind the only the grid should be refreshed with the updated status(means the image should be changed) as  follows:

img1 - performed.gif changed to performed.gif
img2 - expired.gif changed to performed.gif
img3 - yet to performed.gif changed to performed.gif
if I click on cancel nothing has to be done.

What I achieved till now

1. showing different tooltips for different images
2. closing tooltip automatiocally by clicking on save button
3. dynamically populating images into grid

need to be addressed
1. showing regular tooltip
2. gridrefressh






1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 07 Mar 2009, 02:57 PM
Hi Ram,

Straight to your questions:

  1. We already provided you with a solution of showing a regular tooltip in the thread below:
    http://www.telerik.com/community/forums/aspnet-ajax/tooltip/how-to-show-normal-tooltip-along-with-the-radtooltip.aspx
    It demonstrates the functionality with the RadToolTipmanager control but the approach with a separate tooltip uses exactly the same logic.
  2. You can find how to refresh a grid in the demo below:
    http://demos.telerik.com/aspnet-ajax-beta/controls/examples/integration/gridandwindow/defaultcs.aspx?product=grid

Please, start your implementation based on the provided information and in case you experience particular problem, prepare a sample, fully runnable reproduction demo which can be run without any modifications, open a new support ticket and send it to us along with detailed explanations and reproduction steps.

Greetings,
Svetlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
ToolTip
Asked by
Ram
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or