jgauffin
jgauffin

Reputation: 101150

Jquery extensions for asp.net mvc

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/

Upvotes: 1

Views: 189

Answers (2)

Brian Mains
Brian Mains

Reputation: 50728

The Telerik controls are awesome, and are also available for download on their telerik.com site. THey give you script registration features, but there isn't anything there to build or utilize the type of setup you are looking for.

Upvotes: 1

Craig Stuntz
Craig Stuntz

Reputation: 126547

The jqGrid folks have a commercial component for MVC. Seems kind of code-heavy to me, though. I'm probably going to write my own to use default templated views instead.

Upvotes: 1

Related Questions