Hi,
I'm using the RadTooltipManager to show multiple tooltips at a page that refreshed every x seconds. Because the items which the tooltip manager needs to target can change at each update, the RadTooltipManager is also placed in the same updatepanel as the items the tooltips are shown for.
This all works very well, except for one thing: With each refresh of the AJAX updatepanel, the tooltip will disappear and not come back after the postback has finished.
Is it possible to make the tooltip reappear after the postback has finished? I'm willing to write some javascript for this myself if needed, but I could not find enough information about the client side api to make this myself...
One more odd thing: in firefox it DOES work. In firefox the tooltip will reappear automatically after each postback. In Google Chrome and IE it does not work, only moving the mouse a bit will make the tooltip reappear in these browsers...
Kind Regards,
Kristof
I'm using the RadTooltipManager to show multiple tooltips at a page that refreshed every x seconds. Because the items which the tooltip manager needs to target can change at each update, the RadTooltipManager is also placed in the same updatepanel as the items the tooltips are shown for.
This all works very well, except for one thing: With each refresh of the AJAX updatepanel, the tooltip will disappear and not come back after the postback has finished.
Is it possible to make the tooltip reappear after the postback has finished? I'm willing to write some javascript for this myself if needed, but I could not find enough information about the client side api to make this myself...
One more odd thing: in firefox it DOES work. In firefox the tooltip will reappear automatically after each postback. In Google Chrome and IE it does not work, only moving the mouse a bit will make the tooltip reappear in these browsers...
Kind Regards,
Kristof