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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -