What are the most recommended free jQuery grid for mvc3 razor?
has good documents and samples
which one is for mvc3?
- Flexigrid: http://flexigrid.info/
- jQuery Grid: http://www.trirand.com/blog/
- jqGridView: http://plugins.jquery.com/project/jqGridView
- Ingrid: http://reconstrukt.com/ingrid/
- SlickGrid http://github.com/mleibman/SlickGrid
None is for MVC 3 or what version you want.
They all target HTML and Javascript using the jQuery Framework.
If you want to use any of those in your list, you are able to do so, just see what is the markup they want and create your grid that way.
as an example:
jQuery TableSorter 2.0
it askes for a grid with this markup
so, all you need to do is making that markup in your View
as a simple example: