5 Answers, 1 is accepted
0
Hi Donato,
Please, make sure that the given overwrite is placed inside the form tag, just before its closing:
Regards,
Vessy
Progress Telerik
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' :-(
Now I receive this error: 'TypeError: Telerik.Web.UI.RadToolTip is undefined' :-(
0
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
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
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
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.