GridView Web Form Replication in ASP.NET MVC

Is there a realistic way to implement webforms stylegridview in ASP.NET MVC with inline editing?

I found various solutions for getting a grid with built-in editing working in MVC using JQuery add-ons, but so far they have been very dirty, required unrealistic work and everything got worse when you want to add client and server side validation.

I develop many sites that have fairly extensive administration sections. So far, I have spent more time on one page with MVC (which still does not work) than I would do the entire administrative section of the site. Nets with built-in editing work very well for something, they say, keeping a list of countries and marking some as active or inactive. I know that I can easily open this β€œdetail / edit” page or even process it with an AJAX popup, but none of these options provide as clean a user interface as inline editing for simple things.

Has anyone found an easy way to achieve inline mesh editing, or do I need to go to the MVC / winforms hybrid site (which I really didn't want to do).

Thanks Andrew

+5
source share
2 answers

The Java Script Framework Ext JS has good support for all types of grids. This is something that you could easily use with ASP.NET MVC, I am sure that there are other solutions both on the client side and on the server side.

+1
source

Dynamic Data ASP.NET MVC . , MVC, CRUD . , , , , , "".

ASP.NET GridView ASP.NET MVC, . , - javscript , , MVC Contrib. , .

0

All Articles