1

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/

2 Answers 2

1

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.

Sign up to request clarification or add additional context in comments.

Comments

1

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.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.