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
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