Have been browsing a list of controls and famous controls makers. Bravo to them and they got new jobs to recreate all the ASP.NET web controls to new MVC 3 controls. Bravo to Scott too, guess some program manager from M'S that make the life thru.
Here are the list of players:-
Since I will going to generate a report for my boss, just blog it here.
Name | Comments | |||||||
Telerik |
Their marketing summary:- Telerik Extensions for ASP.NET MVC extend the ASP.NET MVC platform by delivering reusable UI controls built specifically for MVC. A server-based framework integrates with client-side modules built on the popular JavaScript library, jQuery, to deliver productivity enhancing controls for MVC that do not violate the patterns, practices, and guidance of the platform. The Telerik Extensions restore developer productivity to ASP.NET MVC and make it possible to build clean rendering web applications without writing all code by hand. | |||||||
Infragistic Net Advantage |
Their marketing summary:-
| |||||||
Syncfusion | Their marketing summary:- Essential Tools is a collection of professional user interface components to create interactive ASP.NET MVC applications.
| |||||||
Component Art | The datagrid is very good. Smooth and nice. However the demo is a bit disappointing, not source code.
A set of native ASP.NET MVC HTML helpers, designed to provide a comprehensive user interface platform to ASP.NET MVC developers. The controls offer rich client-side behaviour without relying on viewstate or postbacks. |
After trying the Syncfusion, I think this is most competitive of MVC 3 controls that is available in the market right now. Have been taking a look on other players, however still Syncfusion give a lot of support. The demo site is well done. Sample source code is given after installing the trials. The code contain both MVC2 and MVC3 code (razor *.cshtml). However, the code is not upgraded to .NET 4.0.
To get start and using MVC 3 controls (which is no longer called control right now, it's a partial view) like Syncfusion you need quite a number of setup. Please do not expect only refer the assemblies and it will pop up in your Visual Studio toolbox. You dont even have toolbox for MVC 3. Also forget about the Properties window.
Syncfusion responsible enough to give step and help here : Syncfusion Help
Before start using the controls you need to:-
1. Adding Reference Assemblies
2. Adding Java Scripts
3. Adding Codes to the Web.config File
4. Add StyleManager and ScriptManager
5. Adding Tools MVC controls to the MVC application
Thanks to the sample code
Sample codes come with trial installation full solution |