search - JqGrid filters afterSearch - which filter was used -


is there way tell filter invoked inside event?

if so, please supply code.

in case needs it, here solution:

inside aftertoolbarsearch, can following grab current filters. there object containing objects field , data properties.

getgridparam("postdata").filters return string you'd have parse turn object first , refer such.

params = $("#mygrid").getgridparam("postdata").filters;  var paramsobj = json.parse(params); 

Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -