<?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: Set _search=true before the request</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/set-_searchtrue-before-the-request</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/set-_searchtrue-before-the-request/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>pedroten on Set _search=true before the request</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/set-_searchtrue-before-the-request#p21061</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/set-_searchtrue-before-the-request#p21061</guid>
        	        	<description><![CDATA[<p>Hello, my first post here.</p>
<p>I am using several grids on a single page that have a single custom search form for all of them. Sometimes I need to load a new grid into the page and I want to have the set filters applied. I try to achieve this by adding "?_search=true&#38;" + $(".filterform").serialize() to the end of the url and it looks like a perfect search request. The problem comes when the grid adds the _search=false parameter and then I have two _search parameters on the url. Since the one added by the grid is the last one, is the one that the server gets.</p>
<p>Is there any way of changing this behaviour? I could change things on the server side, but want to use the _search parameter as it is meant to be. By now I just trigger the search once the grid is loaded, but that means and extra grid reload and an extra server request.</p>
<p>Any ideas?? Thanks in advance!</p>
]]></description>
        	        	<pubDate>Wed, 01 Dec 2010 18:19:31 +0200</pubDate>
        </item>
</channel>
</rss>