<?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: Search not working</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/search-not-working-1</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/search-not-working-1/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Search not working</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/search-not-working-1#p22132</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/search-not-working-1#p22132</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>jqGrid does not do all the magic for you 🙂</p>
<p>You should write your own server side script when search is performed.</p>
<p>The demos are in PHP, but you will have a idea how to do this</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sat, 19 Feb 2011 00:29:39 +0200</pubDate>
        </item>
        <item>
        	<title>Terradon on Search not working</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/search-not-working-1#p22126</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/search-not-working-1#p22126</guid>
        	        	<description><![CDATA[<p>Hi all,</p>
<p>i am playing with jgrid now for a few days and finally i got it working and am ready to add some features, like searching for data.</p>
<p>i just can&#39;t get it working!</p>
<p>I do get the multiple searchbox, but after setting a search value, i click on OK, the grid reloads with the same data, so not with the search results.</p>
<p>I think i sent the request to the wrong page? But how do i set it up to another backend page?</p>
<p>Do i have to add 2 kind of beckend pages? One for normal results and one for search results? Because i need a where clausule in mysql when searching?</p>
<p>I use php end xml data.</p>
</p>
<p>My code:</p>
</p>
<p>&#60;script type="text/javascript"&#62;<br />$(function(){ <br />&#160; $("#list").jqGrid({<br />&#160;&#160;&#160; url:&#39;jquery/jqgrid/backend_spelerslijst.php&#39;, <br />&#160;&#160;&#160; datatype: &#39;xml&#39;,<br />&#160;&#160;&#160; mtype: &#39;GET&#39;,<br />&#160;&#160; &#160;colNames:[&#39;VIP&#39;,&#39;nick&#39;, &#39;rating&#39;,&#39;laatst&#39;,&#39;max_invites&#39;,&#39;Gespeeld&#39;,&#39;nieuw&#39;],<br />&#160;&#160;&#160; colModel :[ <br />&#160;&#160; &#160;&#160; {name:&#39;VIPSTATUS&#39;, index:&#39;VIPSTATUS&#39;, width:20, align:&#39;center&#39;},<br />&#160;&#160; &#160;&#160; {name:&#39;nick&#39;, index:&#39;nick&#39;, width:150},<br />&#160;&#160;&#160;&#160;&#160; {name:&#39;rating&#39;, index:&#39;rating&#39;, width:80, align:&#39;center&#39;}, <br />&#160;&#160;&#160;&#160;&#160; {name:&#39;lastactivity&#39;, index:&#39;lastactivity&#39;, width:150, align:&#39;center&#39;}, <br />&#160;&#160;&#160;&#160;&#160; {name:&#39;max_invites&#39;, index:&#39;max_invites&#39;, width:80, align:&#39;center&#39;}, <br />&#160;&#160;&#160;&#160;&#160; {name:&#39;spellen&#39;, index:&#39;spellen&#39;, width:65, align:&#39;center&#39;},<br />&#160;&#160; &#160;&#160; {name:&#39;nieuw&#39;, index:&#39;nieuw&#39;, width:50, align:&#39;center&#39;} <br />&#160;&#160; &#160; &#160;<br />&#160;&#160;&#160; ],<br />&#160;&#160;&#160; pager: &#39;#pager&#39;,<br />&#160;&#160;&#160; rowNum:25,<br />&#160;&#160;&#160; rowList:[25,50,100],<br />&#160;&#160; &#160;height:"100%",<br />&#160;&#160; &#160;multiselect: true,<br />&#160;&#160;&#160; sortname: &#39;playerID&#39;,<br />&#160;&#160;&#160; sortorder: &#39;desc&#39;,<br />&#160;&#160;&#160; viewrecords: true,<br />&#160;&#160;&#160; caption: &#39;Spelerslijst&#39;,</p>
<p>&#160; });<br />&#160; jQuery("#list").jqGrid(&#39;navGrid&#39;,&#39;#pager&#39;,{del:false,add:false,edit:false,search:true,refresh:false },{},{},{},{multipleSearch:true}); <br />}); </p>
<p>&#60;/script&#62;</p>
</p>
<p>Many,many thanks in advance for any help,</p>
<p>i got an headache of it for 2 days now:(</p>
]]></description>
        	        	<pubDate>Fri, 18 Feb 2011 15:58:30 +0200</pubDate>
        </item>
</channel>
</rss>