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

LoadandDemand - Helpppp

3 Answers 64 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Silderado
Top achievements
Rank 1
Silderado asked on 06 Oct 2008, 03:08 PM
Hi, after much difficulty, managed to run the example of LoadOnDemand, however is not working 100%.
I mouse over the image not doing anything, that is, is not running ProductDetails.ascx ... Not error occurs, does not appear anything ... can someone help me? I am VERY needing emergency ...

3 Answers, 1 is accepted

Sort by
0
Silderado
Top achievements
Rank 1
answered on 07 Oct 2008, 01:32 AM
?
0
Accepted
Tervel
Telerik team
answered on 07 Oct 2008, 07:38 AM
Hello Silderado,

It seems that you are referring to this example:
http://demos.telerik.com/aspnet/prometheus/ToolTip/Examples/LoadOnDemand/DefaultCS.aspx
We are not sure what difficulties you needed to overcome in order to run it, as it is a part of the RadControls installation and you should have a fully runnable version on your own machine. The example is self-contained - e.g. it does not rely on external resources or web-services, so copy/pasting it in your application and running it should be fairly straightforward. Nonetheless, if you provide us with more information on where you encountered difficulties, we will gladly consider improving the example where possible to make it easier to reuse.

Judging by the information provided here, it is most likely that you have not "hooked" the  
repeater1_ItemDataBound

event handler properly - this is the event handler that adds items to the RadToolTipManager's collection, and in the example it is hooked like this:
<asp:Repeater ID="repeater1" runat="server" DataSourceID="SqlDataSource1" OnItemDataBound="repeater1_ItemDataBound">

Best regards,
Tervel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Silderado
Top achievements
Rank 1
answered on 07 Oct 2008, 11:40 AM
Thanks for your help, this resolved
Tags
ToolTip
Asked by
Silderado
Top achievements
Rank 1
Answers by
Silderado
Top achievements
Rank 1
Tervel
Telerik team
Share this question
or