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

RadTooltipManager Ajax Loading Indicator

3 Answers 74 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Dallas Gaddis
Top achievements
Rank 1
Dallas Gaddis asked on 13 Dec 2010, 05:26 PM
I have implemented something very similar to the RadToolTip for RadCalendar example on the demo site.

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

My problem is there is a slight delay while the tooltip content is loaded, so at first glance, to the user, it looks like it doesn't work.  The demo has a ajax loading indicator to get around this problem.  However, when I look at the code for the example I don't see what is causing this to happen.

Would someone please show me where the code is in the demo that makes the ajax loading image appear?

Dallas

3 Answers, 1 is accepted

Sort by
0
Cori
Top achievements
Rank 2
answered on 14 Dec 2010, 02:13 PM
Hello Dallas,

What RadControls version are you using? Try downloading the latest version, because that loading indicator is part the RadToolTipManager itself.
0
Accepted
Svetlina Anati
Telerik team
answered on 14 Dec 2010, 02:38 PM
Hi Dallas,

 Indeed, Cori is correct that the loading image is built-in the RadToolTipManager control but it appears only in the case of LOD is used - e.g a WebService or OnAjaxUpdate event is used. If you are not loading the content on demand or you are using a separate RadToolTip control, this image will not automatically show. Would you please provide more details about your setup and some fully runnable reproduction code? Once we are able to see what is actually going we will do our bets to help.

Best wishes,
Svetlina
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Dallas Gaddis
Top achievements
Rank 1
answered on 14 Dec 2010, 05:15 PM
Thank you for your response.

It turns out the problem was I didn't set an initial Height and Width for the RadToolTipManager so it was cutting off the loading image.

Dallas
Tags
ToolTip
Asked by
Dallas Gaddis
Top achievements
Rank 1
Answers by
Cori
Top achievements
Rank 2
Svetlina Anati
Telerik team
Dallas Gaddis
Top achievements
Rank 1
Share this question
or