Hi,
first of all thank you for this great grid!
I got a little problem with it though. I created a search toolbar and the first field is a select field (dropdown) generated with a query in mysql.
The problem is this:
I click a button outside the grid (but in the same html page of the grid) and I need the grid to filter using a defined value.
I'm able to do that in this way:
MyGrid.jqGrid('setGridParam',{url:”elenconegozi.php?idquery=1&idcat=”+idcat,page:1});
MyGrid.trigger('reloadGrid');
but the dropdown select does not change the value to match the filter.
How do I set the value of the dropdown searching field to match the filter?
Thank you very much for the assistance.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top