Question

I'm developing my first MVC website and I'm experimenting with the few available grids out there. I really like the MVCContrib grid, but I need to implement a standard "Add new record" functionality, and I don't see a clear way to add a single record to the database and grid without having to reload the entire grid each time.

I know there is a jQuery grid plugin, and if there's no good way to do this with MVCContrib I'll go that direction.

Was it helpful?

Solution

After much looking around it would seem that my best solution is a framework like jQuery or ExtJS. MVCContrib Grid isn't there yet, if it ever will be.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top