Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In search of a grid for ASP.NET MVC [closed]

Tags:

I'm searching for a robust lightweight grid for ASP.NET MVC. I'd rather not write a grid, if someone else has done it,but I have yet to find a decent grid. It should be 508 compliant and for the most part, 508 compliance eliminates all the JavaScript grids.

  • It has to be easy to use.
  • Not too expensive ( a couple hundred dollars )

I've already reviewed the following grids:

  • Ext Js
  • MvcContrib
  • jQueryGrid

Update

I found a javascript grid that performs the magic I am looking for yet, maintains 508 compatibility.

It's a jQuery plugin called Datatables. It takes a preexisting table on the page and gives it sortablity and search features. Other grids would either render the table themselves or make ajax requests to the server.