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

Pb with tooltips positionning

2 Answers 41 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
CSurieux
Top achievements
Rank 2
CSurieux asked on 09 Dec 2008, 04:29 PM
Hello,

Another small annoying glirk with my tooltips, may be you could help.
I have a master page which sets a row of buttons on the top right and another on bottom left of each page.
All theses buttons get tooltips using the RadTooltipMnager from the masterpage.
They use the default positionning of tooltip.
Problem is that for top right buttons, this is perfect, but for left-bottom ones, as they are just before the page limit, the tooltip appears over its button and as it covers it, user is unable to click.

How to sokve this, the ideal way should be that tooltip default positionning takes care to not cover it's owner ???

Thanks for help.
CS

2 Answers, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 12 Dec 2008, 08:12 AM
Hello Christian,

The easiest way to solve the problem is to use two separate RadToolTipManagers - one for the buttons on the top and one for those at the bottom. Then you can set the desired position setting for each of them, e.g. BottonCenter for the upper manager and TopCenter for the one for the bottom buttons.


Sincerely yours,
Svetlina
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
CSurieux
Top achievements
Rank 2
answered on 12 Dec 2008, 08:53 AM

Thanks for answer Svetlina.

I would have expected something more efficient: with Ajax.Net the more the controls number, the less the server answer time...
Let's see the result.

CS

Tags
ToolTip
Asked by
CSurieux
Top achievements
Rank 2
Answers by
Svetlina Anati
Telerik team
CSurieux
Top achievements
Rank 2
Share this question
or