asp.net mvc - Adding rows to the MVCContrib Grid -
I am developing my first MVC website and I am experimenting with available grids available there. I really like the MVCContrib grid, but I need to implement a standard "Add new record" functionality, and I do not see a clear way to add a single record to the database and grid every time without reloading the whole grid. I
I know that there is a jQuery grid plugin, and if there is no good way to do this with MVCC Entry then I will go in that direction.
Looking around, I think my best solution is a framework like jQuery or ExtJS. I MVCContrib grid Not yet, if it ever is.
Comments
Post a Comment