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

Radajaxmanager inside control tooltiped

1 Answer 41 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
hernan
Top achievements
Rank 1
hernan asked on 28 Apr 2010, 02:55 AM
Hi

I need ajaxified  an asp control inside the tooltip, but the the event OnAjaxUpdate of the updatepanel of the tooltip fired, and all the controls inside the tooltip are refresh again, 

Is posible update conditional content inside the tooltip using Radajaxmanager or updatepanel?


Thanks for the response




1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 30 Apr 2010, 10:59 AM
Hi hernan,

Indeed, the OnAjaxUpdate event should fire in such case but this cannot be avoided because of the need to recreate the dynamically added controls. Basically, to prevent this when using an update panel you should set ChildrenAsTriggers to false but as you understand this will stop the Load On Demand functionality to work.

However, no matter the vent is fired, not all the controls are updated as you report but only the ones in an update panel with UpdateMode="Conditional". Please, examine my test demo which I prepared for you and attached to this thread and see that the first label is not updated when the button is clicked and only the second one gets updated.

Kind regards,
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
hernan
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or