我必须将过滤添加到在客户端完全管理的jqGrid(数据仅从服务器加载一次).
我需要使用filterToolbar来过滤网格数据,但如果客户端有默认搜索机制,则无法找到信息.服务器端搜索是唯一的方法吗?
谢谢,
科斯明
最佳答案 不幸的是搜索(过滤)只在服务器端执行,
according to the jqGrid docs:
Currently we do not have module for searching on local data i.e when a datatype options is set to local. All the searching is done server side.
更新
如下所述,jqGrid 3.7中添加了对客户端过滤的支持.有关示例,请参阅3.7部分下的Tooolbar search演示.