我正在使用jqgrid和工具栏过滤器.默认情况下,它只是为您提供了一个输入数据的文本框.它是否支持下拉选择组合框,我可以给它一个值列表供他们选择过滤器?
Edited on 5/14/12: i was finally able to jump out of my laziness and prepare this to share the actual EXCEL LIKE JQGRID implementation. The cell selection may work weird on jsfiddle on few browsers but it should work normal on your development box. Have fun!!!!
Edited on 9/13/11: This is my first use of JQGrid. I'm using ver 4.1.2. I spent few weeks to put together the excel like grid and the biggest challenge was to find the …
我有一个jqGrid,我希望一列成为多选组合框.我有一个插件,
http://www.abeautifulsite.net/blog/2008/04/jquery-multiselect/
如何整合这些,以及如何获取所选值?
我正在检查演示,以在我的项目中实现Multiselect过滤.
这确实是一个很好的演示,但它有一些问题.选择一个过滤器并点击刷新按钮,然后过滤器不会重置.之后它将开始出现故障.

过滤器未重置

得到空格.

我该如何解决这些问题?任何的想法.