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

Kendo UI Intellisense support

10 Answers 1091 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Atzmon
Top achievements
Rank 1
Atzmon asked on 26 Jul 2012, 02:44 PM
I inserted the kendo.all-vsdoc.js into my project but I do not get any intellisense from VS2010. Any idea why?
Atzmon

10 Answers, 1 is accepted

Sort by
0
Rich
Top achievements
Rank 1
answered on 26 Jul 2012, 04:50 PM
Trying to get this working myself.. not working. I have a mixed ASP.Net and MVC project. right now i am working in a aspx subpage. The js references are in my MasterPage. I also tried adding script references right into the content page but still not working.
0
Atanas Korchev
Telerik team
answered on 27 Jul 2012, 06:54 AM
Hi,

 I followed the instructions from the documentation and intellisense worked just fine. I am attaching a sample project as well as a screenshot.

Regards,
Atanas Korchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Atzmon
Top achievements
Rank 1
answered on 29 Jul 2012, 07:18 AM
I played with it more and somehow it started working(-: Can't figure out what I did wrong in the first place.
0
Kevin
Top achievements
Rank 1
answered on 24 Aug 2012, 01:38 AM
Is the vsdoc hosted on the kendo CDN as well?
0
Sebastian
Telerik team
answered on 27 Aug 2012, 04:09 PM
No, the vsdoc is not hosted on the CDN, it is available in the Kendo UI distribution only.

Regards,
Sebastian
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Travis
Top achievements
Rank 1
answered on 05 Nov 2012, 01:08 AM
Hello,

   Is the kendo.all.min.js file still available for the open source version(web only) of kendo? Im having trouble getting the intellisense working in VS2012.
0
Sebastian
Telerik team
answered on 05 Nov 2012, 01:29 PM
Hello Travis,

No, it is not available because it is exclusive to the Kendo UI Complete product only.

However, as stated in the help topic my colleague referenced:
"Each bundle package contains a vsdoc directory, which contains a vsdoc.js file"

Hence there should be kendo.web-vsdoc.js file in the vsdoc folder of the Kendo UI Web GPL Q2 2012 distribution (v2012.2.710), which you can utilize for VS 2012 IntelliSense.

Best regards,
Sebastian
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Travis
Top achievements
Rank 1
answered on 06 Nov 2012, 08:16 AM
Thank you for your feedback. I was able to get it working I think the problem was I had jQuery in a different folder within scripts. After I moved it all the Intellisense started working. Thank you again for the help.
0
John
Top achievements
Rank 1
answered on 04 Dec 2012, 04:42 PM
I did the following to get it working:

1. Added reference path to my js file, at the very top (no white space):

/// <reference path="jquery.min.js" />
/// <reference path="kendo.all.min.js" />

2. Moved js files into \scripts folder (from the \kendo\js folders - as I couldn't get it working with different paths in the <reference path markup above) - thanks Travis

3. For some reason I had to also rename kendo.all-vsdoc.js to kendo.all.min-vsdoc.js as before that I was only getting intellisense for the ui library, not data, mobile, etc.

J
0
Deej
Top achievements
Rank 1
answered on 08 Oct 2013, 05:11 PM
A few solutions to some possible problems: http://www.kendoui.com/forums/kendo-ui-complete-for-asp-net-mvc/general-discussions/kendo-ui-and-mvc-starting-a-new-project.aspx
Tags
General Discussions
Asked by
Atzmon
Top achievements
Rank 1
Answers by
Rich
Top achievements
Rank 1
Atanas Korchev
Telerik team
Atzmon
Top achievements
Rank 1
Kevin
Top achievements
Rank 1
Sebastian
Telerik team
Travis
Top achievements
Rank 1
John
Top achievements
Rank 1
Deej
Top achievements
Rank 1
Share this question
or