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

I added a button to the grid in the tool bar and I want to reload the grid on clicking a button with some filtering condition, is there a way to achieve this. Thank you #41

Closed satyachappidi closed 9 years ago

farrukhsubhani commented 9 years ago

Yes there is a way to do this, you need to do following on click event of new button

If you set filters before relaod method, grid will pickup filters and bring filtered data back.

daanl commented 9 years ago

This has nothing to do with our plugin, please ask these questions on stackoverflow.