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

How do I change Tooltip on a RadButton Clientside?

1 Answer 130 Views
Button
This is a migrated thread and some comments may be shown as answers.
Dan
Top achievements
Rank 1
Dan asked on 13 Mar 2012, 09:57 PM
Edit - Nevermind - the below does work with RadButton - just had a typo in my code.  Would be nice to add this to the documention here:

http://www.telerik.com/help/aspnet-ajax/button-client-side-basics.html 

--------

I can't seem to find anything on this - but it seems like a pretty simple task.  I would like to dynamically change the tooltip on a RadButton in Javascript.  I see there is a .get_toolTip(), but no mention of a .set_toolTip()?

I was hoping I could do something simple like this:

$find('<%= RadButton1.ClientID %>').set_toolTip('New tooltip');

1 Answer, 1 is accepted

Sort by
0
Slav
Telerik team
answered on 16 Mar 2012, 09:09 AM
Hi Dan,

Indeed, the set_toolTip client-side method is missing from the linked help article. Thank you for notifying us, it will be included with the next update of the article.

Greetings,
Slav
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Button
Asked by
Dan
Top achievements
Rank 1
Answers by
Slav
Telerik team
Share this question
or