jqGrid table search
How can I get a jQgrid without editing and h开发者_开发知识库aving select search elements as like:
http://www.ok-soft-gmbh.com/jqGrid/ToolbarSearchValidation.htm
I think the demo that you've linked to is using jqGrid's filterToolbar feature:
see: http://www.trirand.com/jqgridwiki/doku.php?id=wiki:toolbar_searching
Here is how I solved:
stype: "select", searchoptions: { sopt: ['eq', 'ne'], value: ":All;true:Yes;false:No"
精彩评论