Multiselect filter is not working with jqgrid 4.8.2

730 views Asked by At

I am looking for multiselect filter in jqgrid and I found the following demo from Oleg.

Demo

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

1

There are 1 answers

5
Oleg On

I remind me about the bug. It was fixed in free jqGrid. Sorry, but I could not find the exact reference to the bug fix. You can examine the demo from the answer. I recommend you to try to use free jqGrid 4.9-RC1. I will publish release of free jqGrid 4.9 probably at the weekend. To test free jqGrid you can just temporary replaces the URLs of jqGrid files (css and js) which you use. See the wiki article for details.