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

radtooltipmanager not working with ajaxcontroltoolkit accordion

1 Answer 47 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Loyal User
Top achievements
Rank 1
Loyal User asked on 02 Jan 2014, 12:15 PM
i have an ajaxcontroltoolkit accordion that contains datalist ,

and i 've a tooltipmanager on element inside datalist ,

tooltip doesn't work :

ToolTipManager.TargetControls.Add(divId, "1:3", true);


 TargetControls is added inside datalist_ItemDatabound event ..

anyhelp please ..

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 06 Jan 2014, 07:58 AM
Hello,

If you are using AJAX (e.g., to bind the list when a tab expands), can you confirm the tooltip manager is included in the partial postback? The easiest way to test this is to disable AJAX temporarily and use full postbacks. If things work fine with full postbacks the most likely reason for the issue is that the tooltip manager needs to be updated as well.

In case full postbacks do not work as expected, does taking the list out of the accordion control and removing the AjaxControlToolkit assembly from the solution help? Their script manager is known to bring modified MS AJAX scripts and cause compatibility issues, so I can suggest using our RadPanelBar instead: http://demos.telerik.com/aspnet-ajax/panelbar/examples/overview/defaultcs.aspx.


Regards,
Marin Bratanov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
ToolTip
Asked by
Loyal User
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or