I have checked below link, But solution given only support after version 4.3.2 Currently i am using the version 4.3.1 and it doesn't support the trigger handler. is there any other way i can solve this issue in version 4.3.1. Because Currently i can't upgrade to newer version. Changing the jqgrid core js file also fine.
I need to solve the below problem, the same question asked already which is i given in the link also
if the user makes another filter selection before the response comes back, the grid does not cancel the existing request, nor does it submit a new one, so at some point after the user makes the second selection, the grid updates to show the response for the first selection. Furthermore, the grid auto-updates when you change the filter selection, so to get it to show the data you wanted, you have to change your selection to something else, wait for that to load, and then change it back.