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

Find tooltip from UserControl

1 Answer 62 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Michael Tissington
Top achievements
Rank 1
Michael Tissington asked on 14 Nov 2007, 08:47 PM
I have the tooltip on the main page.

From a UserControl how do I get a ref to the tooltip ?

$find("_RadToolTip") always returns null from the UserControl.

Also where is $find documented ?

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 15 Nov 2007, 03:14 PM
Hi Michael,

$find() is a general ASP.NET AJAX method for finding controls that uses the ClientID of the corresponding control. More information on it can be found in the ASP.NET AJAX documentation.

In your case I believe the problem is that you are not using the ClientID of the control - if this doesn't help, please open a new support ticket and send us a small sample that shows your current setup. We will check it and get back to you.


Greetings,
Georgi Tunev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
ToolTip
Asked by
Michael Tissington
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or