I'm trying to settle on a standard for a grid component for use in an ASP.NET MVC app. It looks like
datatables.net is the winner for now.
Here is my quick run-down on how to get it working:
There is a good series expanding on datatables usag in ASP.NET MVC
over at codeproject.com.
Thanks to Harry for the NuGet package. It definitely will make keeping things up to date much easier.