<?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: jqGrid 3.5 Custom search: clearSearch does not clear search form values</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-35-custom-search-clearsearch-does-not-clear-search-form-values</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/bugs/jqgrid-35-custom-search-clearsearch-does-not-clear-search-form-values/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on jqGrid 3.5 Custom search: clearSearch does not clear search form values</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-35-custom-search-clearsearch-does-not-clear-search-form-values#p8747</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-35-custom-search-clearsearch-does-not-clear-search-form-values#p8747</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Check which modules do you have downloaded. I think you missed some of them like grid.formedit.js</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 18 Aug 2009 11:10:58 +0300</pubDate>
        </item>
        <item>
        	<title>Sue on jqGrid 3.5 Custom search: clearSearch does not clear search form values</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-35-custom-search-clearsearch-does-not-clear-search-form-values#p8719</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-35-custom-search-clearsearch-does-not-clear-search-form-values#p8719</guid>
        	        	<description><![CDATA[<p>I am trying to put a custom search form for the basic grid. Following the custom search documentation I added following lines to my already working basic grid</p>
<p>&#60;div id="filter"&#62;&#60;/div&#62;<br />&#60;script&#160; type="text/javascript"&#62;<br />jQuery("#filter").filterGrid("list",<br />&#160; {<br />&#160;&#160;&#160; gridModel:true,<br />&#160;&#160;&#160; gridNames:true,<br />&#160;&#160;&#160; formtype:"vertical",<br />&#160;&#160;&#160; enableSearch:true,<br />&#160;&#160;&#160; enableClear:false,<br />&#160;&#160;&#160; autosearch: false,<br />&#160; }<br />);</p>
<p>&#60;/script&#62;</p>
<p>and I get a javascript error .navGrid is not a function on the previous line where on document ready I have this</p>
<p>&#160;jQuery(document).ready(function(){<br />&#160;&#160;&#160;&#160;&#160; jQuery(&#39;#list&#39;).jqGrid({<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; url:&#39;/data2.json&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; datatype: &#39;json&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; mtype: &#39;GET&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; height: &#39;300px&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; postdData: {tpe:0,user_id:&#39;123&#39;},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; colNames:[&#39;Num#&#39;,&#39;Client Ref&#39;,&#39;Name&#39;,&#39;Name 2&#39;, &#39;Status&#39;,&#39;Balance&#39;],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; colModel:[<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;id&#39;,index:&#39;id&#39;,width:80 },<br />&#160;&#160;&#160;&#160;&#160;&#160; ---<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;balance&#39;, index:&#39;balance&#39;, width:100,align:"right" }<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; pager: &#39;#pager&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; emptyrecords: "Nothing to display",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; rowNum:20,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; rowList:[10,20,30],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortname: &#39;id&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortorder: "desc",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; viewrecords: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; viewsortcols : [true,&#39;vertical&#39;,true],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; imgpath: &#39;/themes/base/images&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; caption: &#39;Debtors&#39;<br />&#160;&#160;&#160;&#160;&#160; }).navGrid(&#39;#pager&#39;,{edit:false,add:false,del:false});<br />&#160;&#160;&#160; });<br />I am not much familiar with new javascript syntax. Please check what I am doing wrong?</p>
<p>Thanks</p>
<p>Sue</p></p>
]]></description>
        	        	<pubDate>Mon, 17 Aug 2009 15:30:55 +0300</pubDate>
        </item>
        <item>
        	<title>galost on jqGrid 3.5 Custom search: clearSearch does not clear search form values</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-35-custom-search-clearsearch-does-not-clear-search-form-values#p8207</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-35-custom-search-clearsearch-does-not-clear-search-form-values#p8207</guid>
        	        	<description><![CDATA[<blockquote>
<p>tony said:</p>
<p>Hello,</p>
<p>Thanks.</p>
<p>1. Fixed in GitHub.</p>
<p>2. Could not reproduce. Where you put hidden &#39;attribute&#39;? if you call hidden:&#39;true&#39; it will not work. Try:</p>
<p>colModel : [...{name:&#39;myname&#39;, hidden : true,...},...]</p>
</p>
<p>Regards</p>
<p>Tony</p>
</blockquote>
<hr />
<p>Thank you for the reply. Both issues were solved by you. The 2nd was my mistake. I used hidden: &#39;true&#39; instead of hidden:true. Surprisingly, it worked in 3.4.x.</p>
<p>As about the 1st issue, I downloaded the latest version from GitHub. It works OK.</p>
<p>Thank you again.</p>
<p>Regards,</p>
<p>Tibi</p></p>
]]></description>
        	        	<pubDate>Mon, 03 Aug 2009 13:22:26 +0300</pubDate>
        </item>
        <item>
        	<title>NSV on jqGrid 3.5 Custom search: clearSearch does not clear search form values</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-35-custom-search-clearsearch-does-not-clear-search-form-values#p8198</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-35-custom-search-clearsearch-does-not-clear-search-form-values#p8198</guid>
        	        	<description><![CDATA[<p>I have the same problem 1 for integrated search toolbar (wath on demo page).</p>
</p>
<p>When we remove a search parameter, it&#39;s not delete in http request, so if we type another search parameter in another column, the two search parameter are active.</p>
</p>
<p>Nicolas</p>
]]></description>
        	        	<pubDate>Mon, 03 Aug 2009 06:20:57 +0300</pubDate>
        </item>
        <item>
        	<title>tony on jqGrid 3.5 Custom search: clearSearch does not clear search form values</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-35-custom-search-clearsearch-does-not-clear-search-form-values#p8193</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-35-custom-search-clearsearch-does-not-clear-search-form-values#p8193</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks.</p>
<p>1. Fixed in GitHub.</p>
<p>2. Could not reproduce. Where you put hidden &#39;attribute&#39;? if you call hidden:&#39;true&#39; it will not work. Try:</p>
<p>colModel : [...{name:&#39;myname&#39;, hidden : true,...},...]</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 03 Aug 2009 02:09:58 +0300</pubDate>
        </item>
        <item>
        	<title>galost on jqGrid 3.5 Custom search: clearSearch does not clear search form values</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-35-custom-search-clearsearch-does-not-clear-search-form-values#p8192</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jqgrid-35-custom-search-clearsearch-does-not-clear-search-form-values#p8192</guid>
        	        	<description><![CDATA[<p>1.It seems that in&#160;the new <strong>jqGrid 3.5</strong>, <strong>clearSearch</strong> method does not clear search form values for a <strong>Custom search</strong>. What worked in 3.4.X does not work anymore in 3.5. The <strong>_search</strong> variable becomes <strong>&#39;false&#39;</strong> after a <strong>clearSearch</strong> call, but a&#160;search value -&#160;once set&#160;- is not reset after that call.</p>
<p>2.The <strong>&#39;hidden&#39; attribute</strong> for a column seems not to work. Once I put it, the column still appears (without header), even when I call the <strong>hideCol method</strong>. But if I <strong>do not use</strong> the <strong>&#39;hidden&#39; attribute</strong> and <strong>call hideCol method</strong>, the column becomes hidden (now I use this workaround).</p>
<p>Is something that I&#39;m missing?</p>
<p>Please, help me.</p>
<p>Thank you.</p>
]]></description>
        	        	<pubDate>Mon, 03 Aug 2009 00:49:01 +0300</pubDate>
        </item>
</channel>
</rss>