New to Telerik UI for ASP.NET MVC? Download free 30-day trial

Sample Application

Telerik UI for ASP.NET MVC comes with a sample ASP.NET MVC 5 application. Telerik UI for ASP.NET MVC comes with a sample ASP.NET MVC 5 application. The application allows you to run the Demos locally, and you can inspect more closely how they are implemented. You can also experiment with them while you get accustomed to the product.

To run the sample application:

  1. Navigate to the installation directory of Telerik UI for ASP.NET MVC: C:\Program Files (x86)\Progress\Telerik UI for ASP.NET MVC [...release...]
  2. Open the wrappers\aspnetmvc\Examples\MVC5\Kendo.Mvc.Examples.sln solution file in Visual Studio:
  3. Install Microsoft .NET Framework version 4.6.2 or later.
  4. Press CTRL+F5 to build and run the application.
  5. The browser loads the start page of the sample application.

Start page shown in the browser

The sample application Visual Studio Project contains the following items:

  • Views—The Razor views.
  • Controllers—The Controller classes.
  • Models—The Model classes.
  • App_Data—The LocalDB sample database.

See Also

In this article