Can I use Kendo.MVC UI controls in my webforms project?

asp.net, asp.net-mvc-3, kendo-ui, telerik

Solution

You cannot use the Kendo UI MVC wrappers in a webforms project. You can however use the JavaScript only versions. Simply include the required JavaScript and CSS files to your page. Check the getting started help topic.

Problem

We purchased all Kendo framework but I have a small project based in webforms and I like to use only a couple of Kendo UI controls, listview and grid. Can I get the source and compile them or use them in any way?

Original source