Are there any jquery extensions available for asp.net mvc? I'm looking for adapters which can be used instead of having to write all javascripts manually. for instance: just include jqgrid script in the master page, call CreateGrid extension metod to define the grid and return a JqGridActionResult from an action to populate it.
I found the following project but it seems dead: http://jmvcui.codeplex.com/
and then GPL:d telerik controls: http://telerikaspnetmvc.codeplex.com/