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?

+1


a source to share


4 answers


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.

+3


a source


I'm a fan of the jQuery tablesorter from the list you provided .



+3


a source


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.

0


a source


I think Telerik Grid can take cake for the best jQuery datatable and its oss!

0


a source







All Articles