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
Post a Comment