<?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: how i do a custom search with jqGrid ?</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/how-i-do-a-custom-search-with-jqgrid</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/how-i-do-a-custom-search-with-jqgrid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>kweles on how i do a custom search with jqGrid ?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-i-do-a-custom-search-with-jqgrid#p17173</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-i-do-a-custom-search-with-jqgrid#p17173</guid>
        	        	<description><![CDATA[<p>i found!</p>
<p>function gridReload(){ <br /> var id_regional = jQuery("#id_regional").val(); <br /> var resumo = jQuery("#resumo").val();<br /> jQuery("#gridnota").jqGrid(&#39;setGridParam&#39;,{url:"searchNotaEntrada? id_regional="+id_regional+"&#38;resumo="+resumo,page:1}).trigger("reloadGrid"); <br /> }</p></p>
]]></description>
        	        	<pubDate>Fri, 14 May 2010 17:36:36 +0300</pubDate>
        </item>
        <item>
        	<title>kweles on how i do a custom search with jqGrid ?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-i-do-a-custom-search-with-jqgrid#p17160</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-i-do-a-custom-search-with-jqgrid#p17160</guid>
        	        	<description><![CDATA[<p>Hi friends!</p>
</p>
<p>i found this code:</p>
<p>see this site:&#160;/blog/jqgrid/jqgrid.html</p>
]]></description>
        	        	<pubDate>Thu, 13 May 2010 22:50:40 +0300</pubDate>
        </item>
        <item>
        	<title>kweles on how i do a custom search with jqGrid ?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-i-do-a-custom-search-with-jqgrid#p17143</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-i-do-a-custom-search-with-jqgrid#p17143</guid>
        	        	<description><![CDATA[<p>Hi Friends!</p>
</p>
<p>I need make a custom search.&#160;</p>
<p>I don&#39;t want to use the JqGrid search. I want create my own search with the jqGrid.&#160;</p>
<p>sample:</p>
<p>In a simple page with two input text and a button:</p>
<p>Input text:&#160;&#160;id and name</p>
<p>button: search</p>
<p>The problem is, i don&#180;t know how i create the code to make this:</p>
</p>
<p>i did see some codes like this, but i don&#180;t have sucess:</p>
</p>
<p>$("#gridnota").jqGrid({</p>
<p>url:&#39;searchNotaEntrada?_search=true&#38;rows=15&#38;page=1&#38;sidx=&#38;sord=asc&#38;filters=</p>
<p>{groupOp:AND,rules:[{field=id_regional,op:eq,data:1},{field=resumo,op:eq,data:0}]}&#39;,</p>
<p>datatype:"jsonstring",</p>
<p>datastr: actual_string_data_here</p>
<p>})</p>
<p>thank you!</p>
]]></description>
        	        	<pubDate>Thu, 13 May 2010 16:56:14 +0300</pubDate>
        </item>
</channel>
</rss>