The ASP.NET Capsule #21: Telerik Extensions for ASP.NET MVC

Hi all.

Telerik was probably the first company to offer components that supported ASP.NET MVC long before it was released. Even Scott Hanselman created some videos with Preview 2 of ASP.NET MVC and showed how to incorporate Telerik components instead of regular components.

Now, they have gone one step further. Telerik is presenting the first CTP of their Extensions for ASP.NET MVC.

This first CTP of the Telerik Extensions for ASP.NET MVC lays a foundation for the new UI extension framework, and offers a preview of its power by providing .NET wrappers for the following jQueryUI components:

Accordion
The Accordion is a web control that allows you to provide multiple panes and display them one at a time. It is like having several collapsible panels where only one can be expanded at a time.

DatePicker
A highly configurable UI component that enables developers to quickly implement the most widely used date selection interface for web applications.

ProgressBar
The jQueryUI progress bar allows you to display the progress of processes.

 

Slider
A flexible UI component that allows users to select a value from a defined range using a smooth or step-based slider.

Message Box
Displays a message box that can contain text and symbols that inform and instruct the user.

Tab
Tabs are generally used to break content into multiple sections that can be swapped to save space, much like an accordion.

Web Asset Manager
Similar to the ScriptManager available in the Microsoft Ajax suite, the Web Asset Manager combines all configured JavaScript files to reduce the number of requests made to the web server.

More information can be found in the Telerik Extensions for ASP.NET MVC page. Also on TelerikTV the videos start to show up.

One important aspect is the licensing:

Telerik Extensions for ASP.NET MVC will be offered under the Microsoft Public License (MS-PL), the OSI-approved license used in the distribution of the ASP.NET MVC framework. Under this license, developers can freely use and redistribute the Telerik ASP.NET MVC Extensions in all projects, both commercial and open source. A commercial license that includes support will also be available.

And you can find the source code on CodePlex here: http://telerikaspnetmvc.codeplex.com/ 

Enjoy!


Leave a Reply

Your email address will not be published. Required fields are marked *