<?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 a Search</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/clearing-a-search</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-a-search/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>johnnycanehdian on Clearing a Search</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/clearing-a-search#p22768</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/clearing-a-search#p22768</guid>
        	        	<description><![CDATA[<p>Verion is 3.7.2</p>
</p>
<p>Thanks</p>
<p>John</p>
]]></description>
        	        	<pubDate>Wed, 13 Apr 2011 16:16:25 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Clearing a Search</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/clearing-a-search#p22750</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/clearing-a-search#p22750</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Which version of jqGrid is used?</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Tue, 12 Apr 2011 12:42:03 +0300</pubDate>
        </item>
        <item>
        	<title>johnnycanehdian on Clearing a Search</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/clearing-a-search#p22744</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/clearing-a-search#p22744</guid>
        	        	<description><![CDATA[<p>Here is my code:</p>
<p>jQuery("#list").jqGrid({<br />&#160;&#160; &#160;&#160;&#160; &#160;url:"/admin/devicelist",<br />&#160;&#160; &#160;&#160;&#160; &#160;datatype:"json",<br />&#160;&#160; &#160;&#160;&#160; &#160;colNames:[&#39;1&#39;,&#39;2&#39;,&#39;3&#39;,&#39;4&#39;,&#39;5&#39;,&#39;6&#39;,&#39;7&#39;,&#39;8&#39;,&#39;9&#39;,&#39;10&#39;,&#39;11&#39;],<br />&#160;&#160; &#160;&#160;&#160; &#160;colModel:[<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;1&#39;,index:&#39;1&#39;,width:100,sorttype:"int",editable:true,search:true,editoptions:{readonly:true,size:12}},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;2&#39;,index:&#39;2&#39;,width:150,editable:true,editoptions:{size:50}},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;3&#39;,index:&#39;3&#39;,width:150,editable:true,editoptions:{size:50}},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;4&#39;,index:&#39;4&#39;,width:70,editable:true,edittype:"checkbox",editoptions:{value:"1:0"}},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;5&#39;,index:&#39;5&#39;,width:70,editable:true,edittype:"checkbox",editoptions:{value:"1:0"}},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;6&#39;,index:&#39;6&#39;,width:70,editable:true,edittype:"checkbox",editoptions:{value:"1:0"}},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;7&#39;,index:&#39;7&#39;,width:70,editable:true,edittype:"checkbox",editoptions:{value:"1:0"}},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;8&#39;,index:&#39;8&#39;,width:120,editable:true,editoptions:{size:10}},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;9&#39;,index:&#39;9&#39;,width:120,editable:true,editoptions:{size:10}},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;10&#39;,index:&#39;10&#39;,width:100,sorttype:"float",editable:true,editoptions:{size:10}},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;11&#39;,index:&#39;11&#39;,width:120,editable:true,edittype:"checkbox",editoptions:{value:"1:0"}}<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ],<br />&#160;&#160; &#160;&#160;&#160; &#160;hidegrid:false,<br />&#160;&#160; &#160;&#160;&#160; &#160;width:550,<br />&#160;&#160; &#160;&#160;&#160; &#160;height:400,<br />&#160;&#160; &#160;&#160;&#160; &#160;rowNum:50,<br />&#160;&#160; &#160;&#160;&#160; &#160;rowList:[50,100,150,200],<br />&#160;&#160; &#160;&#160;&#160; &#160;shrinkToFit:false,<br />&#160;&#160; &#160;&#160;&#160; &#160;pager:&#39;#pager&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;sortname:&#39;2&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;sortorder:"asc",<br />&#160;&#160; &#160;&#160;&#160; &#160;viewrecords:true,<br />&#160;&#160; &#160;&#160;&#160; &#160;caption:"Devices",<br />&#160;&#160; &#160;&#160;&#160; &#160;editurl:"/admin/editdevice"<br />&#160;&#160; &#160;});<br />&#160;&#160; &#160;<br />&#160;&#160; &#160;jQuery("#list").jqGrid(&#39;navGrid&#39;,&#39;#pager&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{refresh:true,add:false,del:false,edit:true,search:true},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{closeAfterEdit:true,closeOnEscape:true,recreateForm:true},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{closeAfterSearch:true,closeAfterReset:true,closeOnEscape:true},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{}<br />&#160;&#160; &#160;);</p>
</p>
<p>I&#39;m having a problem with my jqgrid where after performing a search, i press the refresh button which i expect would reset the results back to the unfiltered list, but it does nothing.</p>
<p>I&#39;m assuming it is submitting, but the parameters being used in the search haven&#39;t been cleared, so it simply returns the search results again.</p>
<p>Is there any way around this? Am i missing something? I have googled and read up on forums for the past few hours and haven&#39;t had any luck finding any documentation on this.</p>
<p>Any help or adivice is appreciated!</p>
<p>Thanks in advance.</p>
<p>John</p></p>
]]></description>
        	        	<pubDate>Mon, 11 Apr 2011 23:02:37 +0300</pubDate>
        </item>
</channel>
</rss>