Simplifies the implementation of jqGrid in ASP.NET MVC applications.
Definition:
MvcJqGrid is an HTML helper for ASP.NET MVC which eases the implementation of jqGrid in your website or web application.
The helper contains a fluent interface providing for a clean and readable view.
Most of the properties, events and methods from the base classes of jqGrid are implemented in the helper, including paging, sorting, and toolbar searching.
At this point, editing, and subgrids are not yet supported. Treegrids are only basically supported.
A modelbinder for handling AJAX requests from the grid is also included in the library (you can use your own if you want to).
The modelbinder and the helper don't depend on each other.