Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 2.45 KB

create-kendo-professional-project.md

File metadata and controls

61 lines (40 loc) · 2.45 KB
title page_title description slug position
Create Kendo UI Professional Projects
Create Kendo UI Professional Projects | UI for ASP.NET MVC Visual Studio Integration
Learn how to create a new Kendo UI Professional application.
newprojectwizard_visualstudio_kendoui
3

Create Kendo UI Professional Projects

This article demonstrates how to create a new Telerik Kendo UI Professional application.

Getting Started

The Basics

New Telerik Kendo UI Professional applications are created by using the Create New Project Wizard.

To start the Create New Project Wizard, follow either of the approaches below.

Approach 1

  1. Go to the Telerik menu.
  2. Click Telerik > Kendo UI Professional > Create New Kendo UI Project .

Approach 2

  1. Click File > New > Project.
  2. Navigate to the Kendo UI ASP.NET MVC 5 project templates under Telerik > Web.

The wizard detects all the installed versions of UI for ASP.NET MVC and lists them in the Version combobox. This enables you to select a version you want to apply to your project.

Figure 1. New Kendo UI Project Wizard

New Kendo UI Project Wizard

Project Settings

The Create New Project page enables you to modify the project settings by configuring the following options:

  • Project type—Choose the desired project type: Empty, Standard, Grid and Menu, Angular JS, or Dashboard.
  • Version—Choose the version of Kendo UI Professional you want to use.

New Web Application Creation

After configuring the project settings, click Finish to start the creation of the new Kendo UI Professional application.

As a result, the wizard:

  • Creates a new ASP.NET MVC application.
  • Copies all Kendo UI scripts.
  • Copies all Kendo UI content files.
  • Adds references to required scripts in the master page.

See Also

  • [Visual Studio Integration Overview]({% slug overview_visualstudio_aspnetmvc %})
  • [Configure Projects]({% slug projectwizardconfig_visualstudio_aspnetmvc %})
  • [Upgrade Projects]({% slug projectwizardupgrade_visualstudio_aspnetmvc %})
  • [Convert Projects]({% slug projectwizardcoversion_visualstudio_aspnetmvc %})
  • [Visual Studio Extensions Options]({% slug vsextensionsoptions_visualstudio_aspnetmvc %})
  • [Download New Versions]({% slug latestversionretrieval_visualstudio_aspnetmvc %})