Hi Peter,
if I add “default values” to the filter using the above sample. I can’t figure out how to trigger the filterupdate.
If I jump into one of the fields and tab out of it … $(“#grid”).jqxGrid (‘updatebounddata’); is called and the data is filtered.
I tried using a button and assigning the $(“#grid”).jqxGrid (‘updatebounddata’); call to the click event… I can see that something is happening (because the wait animation is running) but the data is not updated..
Any idea?
Thanks
Kenneth