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

tooltip works in examples download but not in my app

2 Answers 78 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Chris Yoker
Top achievements
Rank 1
Chris Yoker asked on 21 Oct 2007, 04:53 PM
hiya,

hiya,
I have successfully downloaded and been able to run the Prometheus samples.

I now want to develop in my own individual apps on the same machine.

I have:
1) an existing folder of radControls in my app
2) referenced the Telerik.Web.UI.dll
3) set up the webConfig as recommended

The tooltip does not run.No errors, it simply doesn't do anything.
Can anyone help?
I have a very simple aspx below:

<html xmlns="http://www.w3.org/1999/xhtml" > 
<head runat="server"
    <title>Untitled Page</title> 
</head> 
<body> 
    <form id="form1" runat="server"
    <div> 
        <asp:Label ID="Label1" runat="server" Text="Label"></asp:Label> 
        <telerik:radtooltip id="RadToolTip1" Enabled="true" runat="server" position="Center" relativeto="Element" 
            targetcontrolid="Label1" text="Blockstopper" title="Blockstopper" tooltip="Blockstopper"></telerik:radtooltip> 
        <asp:ScriptManager id="ScriptManager1" runat="server"
        </asp:ScriptManager>     
    </div> 
    </form> 
</body> 
</html> 

many thanks,

yogi

2 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 22 Oct 2007, 02:40 PM
Hi yogi,

Your setup seems fine and the code that you posted is working as expected on my side. Please open a new support ticket and send us your full application so we can check it. Just zip the project and attach it to the ticket - once we have a better view over your case we will help you right away.





Kind regards,
Georgi Tunev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Georgi Tunev
Telerik team
answered on 24 Oct 2007, 07:17 AM
Hi yogi,

I've just answered the ticket that you sent us regarding this issue. For convenience I am pasting my reply below:



webconfig_files.zip

Hi yogi,

The problem comes from the web.config file that you are using - it doesn't have all the needed settings. Once I replaced it with the recommended web.config from the "ASP.NET AJAX Extensions Assembly and Script Library", everything is working as expected.



All the best,
Georgi Tunev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
ToolTip
Asked by
Chris Yoker
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or