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 |
This article demonstrates how to create a new Telerik Kendo UI Professional application.
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
- Go to the Telerik menu.
- Click Telerik > Kendo UI Professional > Create New Kendo UI Project .
Approach 2
- Click File > New > Project.
- 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
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.
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.
- [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 %})