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

RadToolTip on User Control in a gridview

1 Answer 89 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Rick
Top achievements
Rank 1
Rick asked on 26 Jul 2010, 03:58 PM
Hello,

I have a web page that has 2 nested GridViews.  The second GridView has a user control that contains 10 RadToolTips, 5 for Buttons and 5 for LinkButtons.  The Buttons and LinkButtons cause a window to popup using the javascript window.open.  When the window closes the parent is going to refresh the content of the 10 RadTooltips via javascript.  I cannot get a reference to any of these RadTooltips.  I am not using the RadToolTipManager.  I have no problem getting a refernce to the user control contaiining these 10 RadTooltips.

Can you please help.

Regards
Rick

1 Answer, 1 is accepted

Sort by
0
Petio Petkov
Telerik team
answered on 29 Jul 2010, 01:12 PM
Hello Rick,

You can handle RadTooltip's onClientShow client-side event and store a reference for each RadTooltip in an array.
More about the RadTooltip's client-side api is available on the following links:
http://www.telerik.com/help/aspnet-ajax/tooltip_clientoverview.html
and
http://demos.telerik.com/aspnet-ajax/tooltip/examples/clientsideevents/defaultcs.aspx



Best wishes,
Petio Petkov
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
Rick
Top achievements
Rank 1
Answers by
Petio Petkov
Telerik team
Share this question
or