title | page_title | description | slug | position |
---|---|---|---|---|
Convert Projects |
Convert Projects | UI for ASP.NET MVC Visual Studio Integration |
Learn how to convert an existing ASP.NET MVC application to a Telerik UI for ASP.NET MVC application. |
projectwizardcoversion_visualstudio_aspnetmvc |
5 |
This article demonstrates how to convert an existing ASP.NET MVC application to a Telerik UI for ASP.NET MVC application.
The Convert Project Wizard converts an existing ASP.NET MVC 4 or 5 to a Telerik UI for ASP.NET MVC application.
To start the Convert Project Wizard, click Telerik > UI for ASP.NET MVC > Convert to Telerik Application.
The conversion wizard has three steps:
The distribution selection lets you choose the version of the Telerik UI for ASP.NET MVC you want to use.
Figure 1. Distribution selection
The theme selection lets you choose the visual theme for your Telerik UI for ASP.NET MVC application.
Figure 2. Theme selection
The Project Settings page enables you to modify the project settings by configuring the following options:
- Render Right-To-Left—Updates the master page with the Right-to-left support class and adds CSS reference for RTL styles.
- Copy Editor Templates—Copies the predefined editor templates to
~/Views/Shared/EditorTemplates
. Existing editor templates will be overwritten. - Copy Global Resources—Copies the localization files to
~/Scripts/kendo/{version}/cultures
. - Use CDN Support—Enables or disables the Kendo UI CDN support.
Figure 3. Project settings
It is possible to convert an existing Telerik MVC Extensions project by using the Convert Project Wizard. This adds the Kendo UI components to the project without removing the existing Telerik MVC Extensions content. For compatibility reasons, the Kendo UI Convert Wizard will attempt to disable the Telerik MVC Extensions embedded jQuery usage because it might interfere with the Kendo UI jQuery inclusion.
- [Visual Studio Integration Overview]({% slug overview_visualstudio_aspnetmvc %})
- [Create Projects]({% slug newprojectwizards_visualstudio_aspnetmvc %})
- [Configure Projects]({% slug projectwizardconfig_visualstudio_aspnetmvc %})
- [Upgrade Projects]({% slug projectwizardupgrade_visualstudio_aspnetmvc %})
- [Visual Studio Extensions Options]({% slug vsextensionsoptions_visualstudio_aspnetmvc %})
- [Download New Versions]({% slug latestversionretrieval_visualstudio_aspnetmvc %})