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

Telerik.Web.UI.RadToolTip.prototype undefined

5 Answers 103 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
TD78
Top achievements
Rank 1
TD78 asked on 03 Dec 2018, 08:09 AM
Hello
I have a problem with RadToolTip position on Chrome. I found a solution:
Telerik.Web.UI.RadToolTip.prototype._getPosRelativeToMouse = function (targetBounds) {...}
but I get an error js: 'prototype is undefined'.
Why?
Thank you

5 Answers, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 04 Dec 2018, 04:06 PM
Hi Donato,

Please, make sure that the given overwrite is placed inside the form tag, just before its closing:
    ...
    <form id="form1" runat="server">
        <script type="text/javascript">
            Telerik.Web.UI.RadToolTip.prototype._getPosRelativeToMouse = function (targetBounds) {...}
        </script>
    </form>
</body>
</html>


Regards,
Vessy
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
TD78
Top achievements
Rank 1
answered on 05 Dec 2018, 04:34 PM
Hi Vessy
Now I receive this error: 'TypeError: Telerik.Web.UI.RadToolTip is undefined' :-(
0
Vessy
Telerik team
answered on 06 Dec 2018, 06:33 AM
Hi Donato,

Can you verify that there are Telerik controls added on the page and the Telerik.Web.UI.dll is referenced to the project? If so, please, share the exact setup you have so we can examine it further.

Looking forward your reply,
Vessy
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
TD78
Top achievements
Rank 1
answered on 10 Dec 2018, 10:41 AM

Hi Vessy
Thanks for your reply
Telerik.Web.UI is referenced in the project.
What information do you want to know? I haven't create the project and I don't know where find setup information
Thanks

0
Vessy
Telerik team
answered on 10 Dec 2018, 04:07 PM
Hi Donato,

The following article contains details information about all settings and references that have to be added to a project so you can use the Telerik controls. You can go through the steps from it comparing them with you actual setup in order to see if all requirements are met:
https://docs.telerik.com/devtools/aspnet-ajax/general-information/adding-the-telerik-controls-to-your-project

Regards,
Vessy
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
ToolTip
Asked by
TD78
Top achievements
Rank 1
Answers by
Vessy
Telerik team
TD78
Top achievements
Rank 1
Share this question
or