Here is my scenario:
I have one RadToolTipManager on a page with a bunch of images representing statuses. When the page first loads, the tooltips work correctly for the images. We have javascript functions that change the alt attribute of those images. But after the alt is changed via javascript, the tooltip still shows the old text and not the new updated text. is there a way to not cache the tooltips?
I have one RadToolTipManager on a page with a bunch of images representing statuses. When the page first loads, the tooltips work correctly for the images. We have javascript functions that change the alt attribute of those images. But after the alt is changed via javascript, the tooltip still shows the old text and not the new updated text. is there a way to not cache the tooltips?