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

ToolTipManager on DockCustomCommand

1 Answer 30 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Quinten
Top achievements
Rank 1
Quinten asked on 26 Jan 2010, 07:16 PM
I'm creating docks dynamically, and would like to use a dynamically-loaded popup (a configuration panel, basically) to respond to client clicks on a particular custom command button on each dock.

I've seen articles on how to use the OnClientCommand feature to trigger a ToolTip from a command icon, but I'd like to make use of the _AjaxUpdate event handler that the ToolTipManager offers.  I haven't been able to find a combination of control configurations that results in a tooltip popup, triggered by a dock command icon click, that triggers the _AjaxUpdate event handler so I can dynamically populate the tooltip.

Is there a way to do this?  Thanks in advance!

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 29 Jan 2010, 10:38 AM
Hello Patrick Wirtz,

You can use the same approach to create an ajaxified tooltip in the OnClientCommand however this time by using the client API of the manager and the createToolTip method. You can find sample demos below:

http://demos.telerik.com/aspnet-ajax/tooltip/examples/tooltiptreeview/defaultcs.aspx
http://demos.telerik.com/aspnet-ajax/tooltip/examples/tooltipcalendar/defaultcs.aspx
http://demos.telerik.com/aspnet-ajax/tooltip/examples/radtooltipmanagerclientapi/defaultcs.aspx

Sincerely yours,
Svetlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
ToolTip
Asked by
Quinten
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or