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