<?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: Grid search problems</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/grid-search-problems</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/grid-search-problems/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>reboot on Grid search problems</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/grid-search-problems#p22283</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/grid-search-problems#p22283</guid>
        	        	<description><![CDATA[<p>yes i&#39;m using that one.</p>
<p><input type='button' class='sfcodeselect' name='sfselectit3647' value='Select Code' data-codeid='sfcode3647' /></p>
<div class='sfcode' id='sfcode3647'>
<p>&#60;table id=&#34;products&#34;&#62; &#60;/table&#62;<br />&#60;div id=&#34;producttb&#34;&#62;&#60;/div&#62;</p>
</div>
<p><input type='button' class='sfcodeselect' name='sfselectit2386' value='Select Code' data-codeid='sfcode2386' /></p>
<div class='sfcode' id='sfcode2386'>
<p>&#160;&#160; &#160;&#160;&#160;&#160; &#60;script type=&#34;text/javascript&#34;&#62;</p>
<p>&#160;&#160; &#160;&#160;&#160; &#160;jQuery(&#34;#products&#34;).jqGrid({ <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;url:&#39;/admin/shopproduct/list/&#39;, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;datatype: &#34;json&#34;, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;colNames:[&#39;productid&#39;,&#39;productname&#39;,&#39;category&#39;, &#39;price_tax&#39;, &#39;ean&#39;, &#39;partno&#39;, &#39;brand&#39;, &#39;stock&#39;], <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;colModel:[ <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;productid&#39;,index:&#39;productid&#39;, width:60, sorttype:&#39;int&#39;},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;productname&#39;,index:&#39;productname&#39;, width:60}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;categorytitle&#39;,index:&#39;categorytitle&#39;, width:60}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;price_tax&#39;,index:&#39;price_tax&#39;, width:60},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;sku&#39;,index:&#39;sku&#39;, width:60},<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;partno&#39;,index:&#39;partno&#39;, width:60}, &#160;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;brand&#39;,index:&#39;brand&#39;, width:60}, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{name:&#39;stock&#39;,index:&#39;stock&#39;, width:60} &#160;<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;], <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;rowNum:10, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;mtype: &#34;GET&#34;, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;gridview: true, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;rowList:[10,20,30], <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;pager: jQuery(&#39;#producttb&#39;), <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;sortname: &#39;productid&#39;, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;viewrecords: true, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;sortorder: &#39;asc&#39;, <br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;caption:&#39;Products&#39;,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;width:625,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;height: &#39;auto&#39;<br />&#160;&#160; &#160;&#160;&#160; &#160;}).navGrid(&#39;#producttb&#39;,{<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160; edit:true,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160; add:true,<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160; del:true<br />&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160; });<br />&#160;&#160; &#160;&#160;&#160; &#160;&#60;/script&#62;</p>
</p>
</div>
<p>this is my code, i cannot see the edit/add/del button either.</p>
]]></description>
        	        	<pubDate>Wed, 02 Mar 2011 19:51:52 +0200</pubDate>
        </item>
        <item>
        	<title>OlegK on Grid search problems</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/grid-search-problems#p22281</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/grid-search-problems#p22281</guid>
        	        	<description><![CDATA[<p>Hi Rob,</p>
<p>do you used <a href="/jqgridwiki/doku.php?id=wiki:navigator" target="_blank">navGrid</a> function? If "yes" you should post the code which has the problem.</p>
<p>Regards<br />Oleg&#160;</p>
]]></description>
        	        	<pubDate>Wed, 02 Mar 2011 18:15:48 +0200</pubDate>
        </item>
        <item>
        	<title>reboot on Grid search problems</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/grid-search-problems#p22278</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/grid-search-problems#p22278</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>I have created a page with the jquery jqgrid system.</p>
</p>
<p>Everything displays perfect, the sorting works and pages / rows per page all work perfectly.</p>
</p>
<p>But i cant see the searchbutton in my navbar.</p>
</p>
<p>can anyone help me with this?</p>
</p>
<p>Greetingz Rob</p>
]]></description>
        	        	<pubDate>Wed, 02 Mar 2011 17:26:37 +0200</pubDate>
        </item>
</channel>
</rss>