Greetings,
I am having an issue displaying the tooltip correctly. The first issue:
When it loads, it first is appearing in the bottom right corner, then disappearing and reappearing near the correct location.
Second:
The tooltip only ends up in the correct location every other time. That is, I mouse over it, it appears as expected. I leave the link and tool tip with my mouse till it disappears, then return to the link and it reappears in a different location. I can repeat this any number of times and the result alternates between the correct and incorrect location. See the attached screen shots to see what I am seeing.
Here is my code:
<telerik:RadToolTip runat="server" ID="ttViewAll" TargetControlID="lnkViewAll"
HideEvent="LeaveTargetAndToolTip" Position="TopLeft" RelativeTo="Element" ShowEvent="OnMouseOver"
HideDelay="400">
...
</telerik:RadToolTip>
What can I do to prevent both these issues from happening? Thank you for your help!
- John