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

TargetControls lost when doing loading panel on page load

1 Answer 47 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
James
Top achievements
Rank 2
James asked on 22 Oct 2008, 05:21 PM
I am using a master page, and the page that is in the contentplaceholder has a radtooltipmanager in it.  The main page is using a datalist and in the itemdatabound event for the datalist I added targetcontrols for specific values to open a custom web user control for the tooltip.
In the master page I added javascript to show a loadingpanel on page load based on examples I found on this forum.  By doing this it causes the the page load event of the contentplaceholder page to fire twice and hence it loses the targetcontrols that were added to the radtooltipmanager.  If I remove the javascript to show a loadingpanel on page load, everything works.

Any ideas on how to handle this situation?

Thanks!

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 24 Oct 2008, 09:57 AM
Hello James,

I am not quite sure about your exact setup but I assume that you are showng the RadAjaxLoadingPanel in a way similar to the one described here. If so, please make sure that you are updating the RadToolTipManager along with the other content update, e.g if you are using a RadAjaxManager add a setting to update the RadToolTipManager, too.

If this is not the problem in your case, please prepare a sample, fully runnable reproduction project (including a DB, if needed), open a new support ticket and send it to me along with detailed explanation of the problem and reproduction steps.

Regards,
Svetlina
the Telerik team

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