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

How to combine RadToolTipManagers

1 Answer 33 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
CSurieux
Top achievements
Rank 2
CSurieux asked on 16 Aug 2008, 10:40 PM
Hello,

I would appreciate to be able to combine a global RadTooltipManager, in charge of all 'titles', and a more specific one which will take care to call a web service and display info in a panel for some images (located in a user control loaded dynamically but thta not an important point)
The 2 solutions perfectly work separately.
But when I put my global tooltipmanager in my aspx page and another in a loaded ascx, the second is not working being 'superseded' by the first.
everythings goes ok but the 'beforecall' javascript is nor called, nor the webservice.
When I remove the first, second starts working.

Is there anything I am missing to obtain what I expect ?

Thnks for help.
CS

1 Answer, 1 is accepted

Sort by
0
Tsvetie
Telerik team
answered on 19 Aug 2008, 03:32 PM
Hi Christian Surieux,
You cannot have two RadToolTipManagers with the same ShowEvent tooltipify the same elements. I would recommend that you use the ToolTipZoneID property for the first RadToolTipManager, instead of making it a global one.

In case this does not work, please prepare and send us a simple running project, demonstrating the problem and we will do our best to help you get the desired result.

Best wishes,
Tsvetie
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
ToolTip
Asked by
CSurieux
Top achievements
Rank 2
Answers by
Tsvetie
Telerik team
Share this question
or