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

Intellisense in Visual Studio

3 Answers 514 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Anup
Top achievements
Rank 1
Anup asked on 03 May 2012, 08:06 PM

Just like for JQuery there is a Visual Studio intellisense file called Jquery-1.7.2.-vsdoc.js is there an equivalent for kendo UI and kendo UI mobile? If not that would be very useful while programming day-to-day.

Also an API like http://api.jquery.com would be real helpful in finding about different things.

3 Answers, 1 is accepted

Sort by
0
Alexander Valchev
Telerik team
answered on 07 May 2012, 12:08 PM
Hi Anup,

Thank you for the feedback.

At present KendoUI does not have IntelliSense support (vsdoc.js file), but such improvement is planned and we are currently researching the various options for its implementation.
If you wish you can cast a vote for this idea in our user voice page - the more votes it collects, the higher priority it will have.

Regarding to the documentation suggestion - in Q2, we're giving our documentation an overhaul, so you can expect to see something much more targeted to your needs in the coming months.

Kind regards,
Alexander Valchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Faisal
Top achievements
Rank 1
answered on 26 Aug 2012, 09:40 AM
Its August 26 today and I do not know if intellisense support for KendoUI has been provided yet in VS 2010.
Whether it has been or be it in future, my concern is:-

If suppose I have the following code for having a grid on a .cshtml page:

   $("#grid").kendoGrid({
        columns: [
            { field: "ProductName", title: "Product Name" },
            { field: "UnitPrice", title: "Unit Price", align: "right", format: "{0:c}", width: "150px" },
            { field: "UnitsInStock", title: "Stock Units", width: "150px" }
        ],
        filterable: true,
        editable: true,
        groupable: true
    });


When I start typing "columns" keyword for specifying grid configuration, I want to start getting intellisense support just like we have in a .cs file in Visual Studio.
Can we have that similarly for KendoUI objects ?

Thanks
0
Iliana Dyankova
Telerik team
answered on 27 Aug 2012, 07:00 PM
Hi Faisal,

I am glad to inform you that Kendo UI provides Visual Studio Intellisense. For more detailed information on the subject please check this help topic from our online documentation. 
 
Regards,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
General Discussions
Asked by
Anup
Top achievements
Rank 1
Answers by
Alexander Valchev
Telerik team
Faisal
Top achievements
Rank 1
Iliana Dyankova
Telerik team
Share this question
or