Paged table with ASP.NET MVC and AJAX [closed] Paged table with ASP.NET MVC and AJAX [closed] ajax ajax

Paged table with ASP.NET MVC and AJAX [closed]


Here are a few options to checkout:

I'm leaning towards Yahoo's solution atm since it offers much more than just a grid control.


JQuery Grid appears to do everything that you are asking for. It has quite nice documentation and examples. I have not yet used it but I plan to very soon.


Dont use tablesorter. Its very hard to re render the table with paging and sorting while u delete some records from the table. I had a very hard time with that.