<?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: Not populating after toolbar search</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/not-populating-after-toolbar-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/not-populating-after-toolbar-search/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Kino on Not populating after toolbar search</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/not-populating-after-toolbar-search#p26524</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/not-populating-after-toolbar-search#p26524</guid>
        	        	<description><![CDATA[<p>SORRY I MENT NAVGRID SEARCH</p>
</p>
<p>after introducing some value inside the search form and pressing the button Find, I get the correct return result into the PHP code in json (echo json_encode($responce);) but the grid doesnt repopulate  with the new data and keeps the old one.  This is the in the HTML part :</p>
<p>$(function(){</p>
<p>$("#list").jqGrid({         url:&#39;search.php?q=1&#8242;,</p>
<p>datatype: &#39;json&#39;,</p>
<p>height: &#39;500&#8242;,</p>
<p>width : &#39;920&#8242;,</p>
<p>autowidth: "false",</p>
<p>shrinkToFit: "true",</p>
<p>mtype: &#39;POST&#39;,</p>
<p>colNames:[&#39;Articolo&#39;,&#39;Marchio&#39;, &#39;Collection&#39;],</p>
<p>colModel :[</p>
<p>{name:&#39;Articolo&#39;, index:&#39;Articolo&#39;, width:400},</p>
<p>{name:&#39;Marchio&#39;, index:&#39;Marchio&#39;, width:400},</p>
<p>{name:&#39;Collection&#39;, index:&#39;Collection&#39;, width:400, align:&#39;right&#39;}</p>
<p>,          ],</p>
<p>pager: &#39;#pager&#39;,</p>
<p>rowNum:30,</p>
<p>rowList:[30,60,90],</p>
<p>sortname: &#39;Articolo&#39;,</p>
<p>sortorder: &#39;asc&#39;,</p>
<p>viewrecords: true,</p>
<p>gridview: true,</p>
<p>caption: &#39;Test&#39;     	            });</p>
<p>jQuery("#list").jqGrid(&#39;navGrid&#39;,&#39;#pager&#39;,{add:true,edit:true,del:true});               });</p>
<p>What&#39;s wrong ? Shall I use a trigger or reload or what ? Sorry for the stupid question but I&#39;m reading the manual of version 3.4 and I can&#39;t find any answer.  Actually the server doesnt pass to jqGrid the filtered data  All this only works with loadonce:true,  Can you give me a Hint ? Thanks</p>
]]></description>
        	        	<pubDate>Mon, 07 May 2012 15:32:32 +0300</pubDate>
        </item>
</channel>
</rss>