We are starting a new ASP.NET MVC application and want to use an
jQuery Ajax grid.
I came across following options:
- jqGrid (better than Flexigrid because it supports editable cells)
- Flexigrid (looks better than jqGrid)
- tablesorter
- Ingrid
- jqGridView
- OTHERS?
Which is the best choice for jQuery Ajax grid ?
Which is the most popular jQuery grid/table ?
For flat view-only grids I would simply use a tablesorter. Once you configure your CSS properly, it can look great, support sorting, alternating colors, etc.
If you need editing, I would go with jqGrid. I experienced several issues with Flexigrid and (as you can see) it is not that actively maintained. jqGrid, on the other hand, is being actively developed and inline with the jQuery UI components including themes support.