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
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