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

IsSearch not being set. #13

Closed ghost closed 11 years ago

ghost commented 12 years ago

When changing PageSize with default search values, it does not set the IsSearch flag so using the IsSearch flag to set search values is being bypassed. There can be a work around in the backend code to check to see if PageSize has been set different than default, but currently it is not setting this.Once I finish with my project, I can look into this and possibly submit a fix if no one has got to this by time I do.

daanl commented 11 years ago

Hi mbraunwart,

I will look into this within a week.

daanl commented 11 years ago

Should be fixed now