Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 3.92 KB

File metadata and controls

56 lines (39 loc) · 3.92 KB
title page_title description slug previous_url position
Overview
Overview - Team Efficiency Dashboard Tutorial
Start building the Team Efficiency Dashboard application by using Progress Telerik UI for ASP.NET MVC.
overview_timeefficiencyapp_aspnetmvc6
/tutorials/quickstart/overview, /tutorials/quickstart/team-efficiency, /tutorials/tutorial-aspnetmvc-quick-start/chapter0
0

Overview

The tutorial on how to build the Team Efficiency Dashboard application by using Telerik UI for ASP.NET MVC is contributed by Developer Advocate Ed Charbeneau.

Introduction

Welcome to the Telerik UI for ASP.NET MVC quick start guide. In this guided tutorial you will learn how to install, configure, and utilize Telerik UI for ASP.NET MVC to build a rich single-page dashboard application that works beautifully on any device.

What You're Building

This guide will walk you through building Team Efficiency Dashboard, a single page app that does the following things:

  • Connects rich chart visualizations and grids to an SQL data source.
  • Provides an interactive master/detail dashboard with filtering, sorting and exporting.
  • Looks great on any device size including: mobile, tablet and desktop.

If you follow along until the end, here is what the finished app will look like.

{{ site.product_short }} Dashboard

And here is what the app will look like on mobile.

{{ site.product_short }} Mobile Dashboard

Telerik UI for ASP.NET MVC vs Kendo UI Widgets

From client-side point of view, the vanilla HTML/JavaScript Kendo UI widgets and the rendered Telerik UI for ASP.NET MVC represent the same thing and provide the same capabilities. However, the Telerik UI for ASP.NET MVC wrappers provide additional capabilities for use with ASP.NET MVC and tooling for VisualStudio. Refer to the [documentation]({% slug overview_aspnetmvc6_aspnetmvc %}#widgets-vs-helpers) for a complete feature comparison.

Important Resources

Next Steps