Hi i just can't seem to get it working i get this
Warning 1 Error updating JScript IntelliSense: Telerik.Web.UI.Common.jQuery-vsdoc.js:Telerik.Web.UI: 'jQuery' is undefined @ 8060:0
and i have KB958502 installed but this is really annoying and i was looking forward to this update.
Regards
Warning 1 Error updating JScript IntelliSense: Telerik.Web.UI.Common.jQuery-vsdoc.js:Telerik.Web.UI: 'jQuery' is undefined @ 8060:0
and i have KB958502 installed but this is really annoying and i was looking forward to this update.
Regards
5 Answers, 1 is accepted
0

David
Top achievements
Rank 1
answered on 11 Mar 2010, 04:18 PM
<asp:ScriptManager ID="RadScriptManager1" runat="server"> |
<Scripts> |
<%--Needed for JavaScript IntelliSense in VS2010--%> |
<%--For VS2008 replace RadScriptManager with ScriptManager--%> |
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.Core.js" /> |
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQuery.js" /> |
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQueryInclude.js" /> |
</Scripts> |
</asp:ScriptManager> |
0
Hello David,
Unfortunately, I was able to reproduce the problem. Please try to use external jQuery until we find out what's wrong. For your convenience I attached a simple demo to this post.
Thank you for your understanding.
Best regards,
Daniel
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Unfortunately, I was able to reproduce the problem. Please try to use external jQuery until we find out what's wrong. For your convenience I attached a simple demo to this post.
Thank you for your understanding.
Best regards,
Daniel
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0

David
Top achievements
Rank 1
answered on 11 Mar 2010, 06:29 PM
Thanks for looking at this as soon as i included those files it worked right away it could be my VS playing up
0
Hello David,
Please refer to this sticky forum thread on our site for further details:
http://www.telerik.com/community/forums/aspnet-ajax/general-discussions/javascript-intellisense-issue-with-q1-2010-release.aspx
Best regards,
Sebastian,
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Please refer to this sticky forum thread on our site for further details:
http://www.telerik.com/community/forums/aspnet-ajax/general-discussions/javascript-intellisense-issue-with-q1-2010-release.aspx
Best regards,
Sebastian,
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0

wong
Top achievements
Rank 1
answered on 03 Sep 2012, 07:50 AM
You should add the "Telerik.Web.Design.dll" to references of your project.