JQuery Ajax grid
We are starting a new ASP.NET MVC application and want to use the jQuery Ajax grid.
I came across the following options:
- jqGrid (better than Flexigrid because it supports editable cells)
- Flexigrid (looks better than jqGrid)
- tablesorter
- Ingrid
- jqGridView
- ANOTHER?
What's the best choice for jQuery Ajax grid? What's the most popular jQuery grid / table?
a source to share
For flat grids, I would just use a tabular device. Once you set up your CSS correctly, it can look great, sort support, alternate colors, etc.
If you need to edit, I would go with jqGrid. I have experienced several issues with Flexigrid and (as you can see) it is not actively supported. jqGrid , on the other hand, is actively being developed and implemented with jQuery UI components including theme support.
a source to share
Hi, we just solved this problem for the application we are currently building. I would highly recommend using YUI datatable . I know what you're probably thinking, "but we're only using jquery" - at least squiz in this article , which is a very good summary of its capabilities. I think that after you have included all the different jquery plugins to achieve the jQuery UI, you could have the entire YUI library, which is far superior in my honest opinion. Also, both jQuery and YUI live together in perfect harmony.
a source to share