<?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: Filter/Search</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/filtersearch</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/filtersearch/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>marcelocr2 on Filter/Search</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/filtersearch#p26703</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/filtersearch#p26703</guid>
        	        	<description><![CDATA[<p>Ji, I made some changes and I can search now using the navigation bar, but I want to make the search usig the filtertoolbar too.</p>
<p>&#160; &#160; &#160; &#160; $("#list").jqGrid(&#39;filterToolbar&#39;,{stringResult: true, searchOnEnter : false, defaultSearch: &#39;cn&#39;});$("#list").jqGrid(&#39;navGrid&#39;,&#39;#pager&#39;,{edit:false,add:false,del:false});</p>
</p>
<p>Every time I use the filtertoolbar it doesn send any parameters to the server so the query looks like this:</p>
<p>SELECT id, nombre, descripcion FROM desc_examenes  WHERE   &#39;&#39;  ORDER BY nombre asc</p>
<p>I dont know why I am not capturing the parameters with the toolbar</p>
<p>Thank You</p>
]]></description>
        	        	<pubDate>Thu, 31 May 2012 00:23:43 +0300</pubDate>
        </item>
        <item>
        	<title>marcelocr2 on Filter/Search</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/filtersearch#p26690</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/filtersearch#p26690</guid>
        	        	<description><![CDATA[<p>Hi, I am new to jqgrid and I wanty to filter/search data, but I dont know how to change de php file, I am using this in HTML file</p>
<p>$("#srccontents").filterGrid("list",{ gridModel:true, gridNames:true, formtype:"vertical", enableSearch: false, enableClear: false, autosearch: true });</p>
<p>and the query in php file is:</p>
<p>$SQL = "SELECT id, nombre, descripcion FROM desc_examenes ORDER BY $sidx $sord LIMIT $start , $limit";&#160;</p>
</p>
<p>I suppose i should include the where clause, but I dont know how to get the value the user wnats to search</p>
<p>Thank you</p>
]]></description>
        	        	<pubDate>Tue, 29 May 2012 22:53:56 +0300</pubDate>
        </item>
</channel>
</rss>