#Telerik Northwind Dashboard#
Server-side code available for ASP.NET MVC
Telerik Northwind Dashboard is a web app built with Telerik HTML5 Kendo UI widgets and their server-side wrappers for ASP.NET MVC. The app showcases some of the most popular Kendo UI widgets such as Scheduler, Grid, TabStrip, Charts and Map and it’s enabled for touch. It has a simple and responsive UI based on Twitter Bootstrap and works on a wide range of devices.
The sample app is aimed at executives, analysts, or sales representatives. It is helps them establish targets based on insights into historical data as well as track sales and product performance in real time.
#Featured jQuery & HTML5 UI Components#
- Scheduler
- Grid
- TabStrip
- Date Picker
- ListView
- DropDownList
- Tooltip
- Column Charts
- Line Charts
- Donut Charts
- SparkLines
- Map
- Templates
- Validator
To run the application in case you have active license, change the following configuration in the packages.config file:
<package id="Telerik.UI.for.AspNet.Mvc5.Trial" version="202x.x.xxx" targetFramework="net451" />
to this:
<package id="Telerik.UI.for.AspNet.Mvc5" version="202x.x.xxx" targetFramework="net451" />