<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>jQuery Grid Plugin - jqGrid - Topic: advanced search help</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/advanced-search-help</link>
	<description><![CDATA[Grid plugin]]></description>
	<generator>Simple:Press Version 5.7.5.3</generator>
	<atom:link href="http://www.trirand.com/blog/?page_id=393/help/advanced-search-help/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>macbuoy on advanced search help</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/advanced-search-help#p14776</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/advanced-search-help#p14776</guid>
        	        	<description><![CDATA[<p>Thanks Tony!! I&#39;ll give that a shot. --David</p>
]]></description>
        	        	<pubDate>Fri, 12 Feb 2010 23:03:20 +0200</pubDate>
        </item>
        <item>
        	<title>tony on advanced search help</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/advanced-search-help#p14756</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/advanced-search-help#p14756</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>The id filter is combination of &#39;fbox_&#39; plus the id of the filter. I.e. If the grid id is mygrid the filter id is fbox_mygrid.</p>
</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 12 Feb 2010 18:13:11 +0200</pubDate>
        </item>
        <item>
        	<title>macbuoy on advanced search help</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/advanced-search-help#p14657</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/advanced-search-help#p14657</guid>
        	        	<description><![CDATA[<p>I&#39;ve succeeded in adding advanced search to my grid using this:</p>
<p>jQuery("#grid").jqGrid(&#39;navGrid&#39;,</p>
<p>"#pager",</p>
<p>{"edit":false,"add":false,"del":false,"search":true,"refresh":true},</p>
<p>{}, //  default settings for edit</p>
<p>{}, //  default settings for add</p>
<p>{}, // delete instead that del:false we need this</p>
<p>{"multipleSearch":true,"closeOnEscape":true,"closeAfterSearch":true}, // search options</p>
<p>{}  // view parameters</p>
<p>);</p>
</p>
<p>I have an external form field that I would like to use to pass a filter object to and trigger a search on the advanced search object. I can&#39;t find any documentation on this.</p>
<p>The search plugin author shows the following but I can&#39;t seem to identify the proper selector to make this work:</p>
<p>jQuery("#filterTool").reset().add().search();</p>
</p>
<p>As you can see, using the demo code for adding the advanced search (top) there is no indication of what the ID is for the filter object.&#160;</p>
</p>
<p>Can anyone help?</p>
]]></description>
        	        	<pubDate>Tue, 09 Feb 2010 23:04:43 +0200</pubDate>
        </item>
</channel>
</rss>