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

Tool Tip Manager

1 Answer 68 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Kalai
Top achievements
Rank 1
Kalai asked on 06 Aug 2010, 01:39 PM
Dear Readers,

i am getting error when i added radtooltipmanager :
Error :
           Cannot unregister UpdatePanel with ID 'RadToolTipManager1RTMPanel' since it was not registered with the ScriptManager. This might occur if the UpdatePanel was removed from the control tree and later added again, which is not supported.
Parameter name: updatePanel.

i am not using master page. i am using class file like master page. i am having scriptmanager but i am not having updatepanel. if there is any possibility to use tooltip manager with out updatepanel.


Thanks in Advance.


Ragards,
Kalai

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 09 Aug 2010, 04:34 PM
Hello Kalai,

The only thing I can assume that might be happening without examining your sample code is the following:

This issue occurs in a scenario where you have a tooltip manager inside an ItemTemplate of a grid and this means that an update panel is actually there. When you rebind the grid, it clears its Controls collection and rebuilds the controls again - however, there is a known problem with the ScriptManager control which holds a reference to the old, already not existing update panel and this causes the issue. The problem can be reproduced in this very same scenario without using RadControls at all but only standard ASP.NET controls.

What I can suggest in order to fix the problem is to put the RadToolTipManager outside the item template - in this manner you will be able to add targets to the TargetControls collection in the OnItemDataBound event of the grid .  I hope that my explanations and the suggested solution helps, let me know how it goes.

Sincerely yours,

Svetlina
the Telerik team

 

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
ToolTip
Asked by
Kalai
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or