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
source
share