I'm using the ToolTip component to display tooltips for anything that has a "title":
<TelerikTooltip TargetSelector="[title]"></TelerikTooltip>
I've got a popup window with a close button that displays the tooltip "Close".
Upon clicking the button and the window closing, the tooltip remains until I click something or another tooltip appears.