I am looking for multiselect filter in jqgrid and I found the following demo from Oleg.
When I use jqgrid 4.6.0 js version multiselect filter is working fine but when I use jqgrid 4.8.2 js version, mutliselct filter was displayed with one option selected, When I check the code, I found out attribute 'multiple="multiple"' is not appending to select to filter toolbar.
Can anyone help me in this