<?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: Clearing search results after closing search toolbar</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/clearing-search-results-after-closing-search-toolbar</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/clearing-search-results-after-closing-search-toolbar/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Robert on Clearing search results after closing search toolbar</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/clearing-search-results-after-closing-search-toolbar#p3006</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/clearing-search-results-after-closing-search-toolbar#p3006</guid>
        	        	<description><![CDATA[<p>Thanks, Tony.&#160; I had tried something quite similar to that, but I didn&#39;t have the [0] at the end.&#160; It works good now.</p>
<p>Kind regards,</p>
<p>Robert</p>
]]></description>
        	        	<pubDate>Mon, 10 Nov 2008 17:21:28 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Clearing search results after closing search toolbar</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/clearing-search-results-after-closing-search-toolbar#p2991</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/clearing-search-results-after-closing-search-toolbar#p2991</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>How do you call clearSearch - do you have read the docs?</p>
<p>Also to have succes with clearSerach</p>
<p>you should</p>
<p>var cs = jQuery("#filter")[0];</p>
<p>cs.clearSearch();</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 10 Nov 2008 07:29:07 +0200</pubDate>
        </item>
        <item>
        	<title>Robert on Clearing search results after closing search toolbar</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/clearing-search-results-after-closing-search-toolbar#p2982</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/clearing-search-results-after-closing-search-toolbar#p2982</guid>
        	        	<description><![CDATA[<p>I apologize for all the questions.</p>
<p>I am using the multisearch toolbar in a way identical to the demo.&#160; When I close the toolbar (by clicking on "Search" again, I&#39;d like the search results to be cleared and all items to be displayed.</p>
<p>I&#39;ve tried the following where the onClickButton toggles the visibility of the search bar:</p>
<p>jQuery("#t_list").css("display","none"); // original code</p>
<p>jQuery("table.filtertable td &#62; input").val(""); // these lines added<br />jQuery("#sg_status").val("All");<br />jQuery("#t_list").filterGrid("list", {gridModel:true, filterModel:false}).triggerSearch();</p>
<p>...and while this clears all results from the search boxes, the request it sends to the server still contains the previous search query.&#160; Using .clearSearch() doesn&#39;t seem to do anything either.&#160; Any hints as to how to make a blank query (or query of "_search=false") be sent to the server so that I can have all items re-appear?</p>
<p>Thanks in advance,</p>
<p>Robert</p>
]]></description>
        	        	<pubDate>Sat, 08 Nov 2008 13:03:49 +0200</pubDate>
        </item>
</channel>
</rss>