This is a migrated thread and some comments may be shown as answers.

tooltip pointer pointing to wrong row

1 Answer 29 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
prayag ganoje
Top achievements
Rank 1
prayag ganoje asked on 22 Jul 2011, 12:10 PM
Hello,

I have a tooltip which appears on mouse over the radgrid row.

Tooltip pointer appears few pixel below the actual row causing that tooltip to popup.

How to make that tooltip to point exactly same row ?
<telerik:RadToolTipManager ID="ttm_CSMD_Backlog_By_Status_FL" runat="server" EnableShadow="true"
Animation="Fade" OnAjaxUpdate="OnAjaxUpdate" HideEvent="ManualClose" AnimationDuration="2000"
Position="BottomRight" RelativeTo="Element" OffsetY="0" OnClientResponseEnd="OnClientResponseEnd"
OnClientBeforeShow="Configure" OnClientShow="OnClientShow">
</telerik:RadToolTipManager>

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 25 Jul 2011, 01:38 PM
Hello Prayag,

Such repositioning may occur when the ToolTip does not have its dimensions set properly and the response received causes it to resize and reposition. Please make sure that you have set the Width and Height property accordingly. You can also refer to you other thread on the positioning for another workaround.


Regards,
Marin
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
ToolTip
Asked by
prayag ganoje
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or