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

LoadingPanel inside tooltip button click?

2 Answers 66 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Chris
Top achievements
Rank 1
Chris asked on 15 Mar 2008, 06:36 AM
Hi,

I have a tooltip which contains several input fields and a link button.  I would like to know how I can display a loading panel when the user clicks on the link button and ajaxfy the click event.

Chris

2 Answers, 1 is accepted

Sort by
0
Tervel
Telerik team
answered on 17 Mar 2008, 04:14 PM
Hi Chris,

We suggest you split the task in two stages:

1. Implement your scenario without using a tooltip. Use an UpdatePanel or RadAjaxPanel on the page, with your controls inside, make it work as expected. In case you use RadAjax, the following example might be useful:
http://www.telerik.com/DEMOS/ASPNET/Prometheus/Ajax/Examples/LoadingPanel/LoadingImages/DefaultCS.aspx

2. Place your UpdatePanel inside a RadToolTip (e.g. between the tooltip's opening and closing tags).
One example, using a regular asp:UpdatePanel can be found here:
http://www.telerik.com/DEMOS/ASPNET/Prometheus/ToolTip/Examples/AjaxUpdatePanelInToolTip/DefaultCS.aspx

In case the update panel in the tooltip does not work as expected, please open a support ticket and send us your project, and we will make the necessary changes for you.


Best regards,
Tervel
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Chris
Top achievements
Rank 1
answered on 17 Mar 2008, 04:47 PM
Thanks for your reply.  I get it working now.

Chris
Tags
ToolTip
Asked by
Chris
Top achievements
Rank 1
Answers by
Tervel
Telerik team
Chris
Top achievements
Rank 1
Share this question
or