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

Adding kendo.all-vsdoc.js breaks other widgets

2 Answers 84 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Rob
Top achievements
Rank 1
Rob asked on 19 Apr 2013, 08:00 PM
Hi all, I just added kendo.all-vsdoc.js to my project so I can take advantage of the intellisense support it offers, but I just noticed that when I recompiled my application, a number of my other Kendo UI widgets broke! Specifically, it affected date-pickers (which defaulted to the built-in client-side date-picker), dropdowns (which defaulted to simple text fields), and windows (which didn't open at all).

Anyone experienced this before or have any idea why it's happening?

2 Answers, 1 is accepted

Sort by
0
Accepted
Daniel
Telerik team
answered on 23 Apr 2013, 11:15 AM
Hello Jacob,

Is the vsdoc file actually included on the page? It should just be added to the same folder as described here.

Regards,
Daniel
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Rob
Top achievements
Rank 1
answered on 23 Apr 2013, 01:37 PM
Oh, interesting. Yes, I did include an explicit reference to the file in my layout file. Looking at the link you sent, it says the following:

There are two ways to reference the intellisense.
1) When the script is directly added to a page...
2) Using a reference hint from within an external JS file...

I didn't know whether #2 was already taken care of by the kendo team, so I tried #1. After removing it, it seems like everything is good. Thanks for the help!

Jacob
Tags
General Discussions
Asked by
Rob
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Rob
Top achievements
Rank 1
Share this question
or