A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.telerik.com/aspnet-mvc/documentation/getting-started/first-steps below:

ASP.NET MVC Using a Project Template

New to Telerik UI for ASP.NET MVC? Start a free 30-day trial Starting in Telerik UI for ASP.NET MVC with a Project Template

Welcome to the Getting Started with Progress® Telerik® UI for ASP.NET MVC in Visual Studio tutorial!

The fastest way to start with Telerik UI is with a project template, but you can also manually add the Telerik controls to an existing application.

This tutorial guides you through implementing the Telerik UI for ASP.NET MVC Grid and Datepicker in a new application. To create the application, you will use the project template provided by the Visual Studio Extensions that come with the Telerik UI for ASP.NET MVC installation.

The Telerik extensions streamline the Telerik UI for ASP.NET MVC setup by automatically adding the necessary references and configuration. These extensions also provide a wizard that can configure an existing ASP.NET MVC application for the Telerik controls.

Other popular approaches for starting with Telerik UI for ASP.NET MVC include:

How about a free Telerik UI onboarding course? Check out the Video Onboarding article and learn how to take advantage of the Telerik and Kendo UI Video Courses.

Prerequisites Downloading and Installing

Follow these steps to download and install Telerik UI for ASP.NET MVC:

  1. Log in to your Telerik account.

    If you don't have a Telerik account yet, you can create one for free.

  2. Download the installation file:

  3. Close any running Visual Studio instances and run the Telerik UI for ASP.NET MVC installer. The automatic setup will guide you through the rest of the installation. The Telerik Visual Studio Extensions are installed by default.

The default installation folder is C:\Program Files (x86)\Progress\Telerik UI for ASP.NET MVC<version>.

Creating a Telerik ASP.NET MVC Application

After the Visual Studio Extensions are installed, create a Telerik ASP.NET MVC application by using the Create New Project wizard in Visual Studio.

  1. In the Visual Studio toolbar, click File > New > Project.

  2. Search for and select the Telerik ASP.NET MVC C# project template. Click Next.

  3. Configure the project. Click Create.

  4. Select the GRID AND MENU template. Click Next.

    For more information on the additional predefined Telerik template options, refer to the Creating New Projects article.

  5. Choose a Theme. Click Finish.

The newly created application already has a reference to the required Kendo.Mvc.dll assembly. The wizard also references the client-side resources (the Kendo UI script and theme-related CSS files) in the _Layout.cshtml.

You can now start adding components.

Adding Components to the Application

As a result of selecting the GRID AND MENU template, a Grid component has been added to the Index.cshtml view, and a Menu to the _Layout.cshtml. The Grid is configured and bound remotely to sample data returned by the GridController. The next step is to add an additional component to the application.

Add a DatePicker to the Index.cshtml view:

    <h4>Telerik UI for ASP.NET MVC DatePicker:</h4>

    @(Html.Kendo().DatePicker()
        .Name("datepicker") 
        .Value(DateTime.Today) 
    )
Building and Running the Application

Press CTRL+F5 to build and run the application. You have a Grid and a DatePicker on your page.

Adding Your License File

Using any client-side assets from the Kendo UI CDN or the @progress/kendo-ui NPM package requires you to add a Telerik license file to your application. A missing license file triggers a banner, a watermark, and causes a warning message in the browser's console.

To generate your license file and add it to your application, follow the instructions in the Installing a License File.

Next Steps See Also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4