robinvanderknaap / MvcJqGrid

Fluent jqGrid Html Helper for ASP.NET MVC
www.playground.webpirates.nl/mvcjqgrid
GNU Lesser General Public License v3.0
101 stars 74 forks source link

userDataOnFooter propery missing #37

Closed vicenco closed 10 years ago

vicenco commented 10 years ago

Using classic jqGrid, one must set two things on page:

  1. footerrow : true
  2. userDataOnFooter : true

, after that it is enough to fill ‘userdata’ variable on server side and return json.

Using MvcJqGrid there is only one property: 'SetFooterRow' which refers to 'footerrow' property, but 'userDataOnFooter' is missing so there is no way to populate 'userdata' on server side.

Vinko

robinvanderknaap commented 10 years ago

Property 'userDataOnFooter ' is included in v1.0.13, which is available now on NuGet. Thanx for the suggestion.