Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Telerik controls in ASP.NET MVC

Telerik claims their controls work with ASP.NET MVC now. Has anyone already used the controls in a MVC project?

My company uses the Telerik ASP.NET controls in a large application and it works out quite well. That's why we think about using them in a MVC project.

EDIT 1: telerik has a new go at ASP.NET MVC this looks much better then their first go at it. But it was to late for my project. http://www.telerik.com/products/aspnet-mvc.aspx

like image 901
Mathias F Avatar asked Mar 29 '09 12:03

Mathias F


1 Answers

You could check out the demo application (a forums application) they built using ASP.NET MVC, announced here. Source code is available.

The demo is a simple- and stylish - forums application. It uses 9 of the RadControls, including RadGrid, RadEditor, RadChart, RadTreeView and RadUpload, to build a forum site that has basic thread/post navigation, formatted forum posting, user authentication (with support for custom avatars), and a site activity "Statistics" view. Everything you need to have a fully functional MVC forums app. The source is available for immediate download, so I encourage anyone interested in learning more about MVC or the RadControls in MVC to grab the bites and study the example.

like image 144
splattne Avatar answered Oct 06 '22 16:10

splattne