ParamQuery grid support forum
General Category => Help for ParamQuery Grid (free version) => Topic started by: Akaize on February 06, 2016, 12:55:33 am
-
Well, I have a problem with this situation.
A grid with pre-filters that are used to load the json data by a MVC action.
A local filter and pagging with the paramgrid.
I need a remote grid refresh command.
Anyone can make a little snippet?
Thank you guys.
-
For remote data use dataModel: { location: 'remote' }
For local filtering use filterModel: { type: 'local' }
For local paging use pageModel: { type: 'local' }
Hope it helps.
-
Thanks for the advice.
In my case, what I needed was put a querystring with the values of the pre-filter.
Do you know a better way to pass texbox and checkbox values to an action?
-
use postDataOnce or postData when you want to send additional fields to the server.
http://paramquery.com/api#option-dataModel-postData