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 ...
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.