<?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 in jqgrid</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/search-in-jqgrid-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-in-jqgrid-1/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on search in jqgrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/search-in-jqgrid-1#p27284</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/search-in-jqgrid-1#p27284</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>yYou will need to understand that the grid does not support a search at your end (server)</p>
</p>
<p>You will need to write your own code at server to perform the search.</p>
<p>We have a examples in PHP, but you can easy understand and translet it in ASP.</p>
</p>
<p>Also you may need to look at the demo files which can be downloaded from the Download section.</p>
</p>
<p>Regards</p></p>
]]></description>
        	        	<pubDate>Mon, 10 Sep 2012 18:54:14 +0300</pubDate>
        </item>
        <item>
        	<title>mohsen.bahrzadeh on search in jqgrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/search-in-jqgrid-1#p27271</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/search-in-jqgrid-1#p27271</guid>
        	        	<description><![CDATA[<p>i&#39;m starter in jqgrid, i write this code for build jqgrid in asp.net</p>
<pre><p><input type='button' class='sfcodeselect' name='sfselectit2314' value='Select Code' data-codeid='sfcode2314' /></p><div class='sfcode' id='sfcode2314'>var grid = $(&#39;#list&#39;);
            grid.jqGrid({
                url: &#39;jQGridHandler.ashx&#39;,
                postData: { ActionPage: &#39;CostTypes&#39;, Action: &#39;Fill&#39; },
                ajaxGridOptions: { cache: false },
               direction: "rtl",

                datatype: &#39;json&#39;,

                height: 490,
                colNames: [&#39;CostId&#39;, &#39;CostNo&#39;, &#39;CostName&#39;, &#39;Remark &#39;],
                colModel: [
                        { name: &#39;COST_ID&#39;, width: 100, sortable: true, search:true, editable: false, hidden: true, key: true, index: &#39;COST_ID&#39; },
                        { name: &#39;COST_NO&#39;, width: 100, sortable: true, editable: true },
                        { name: &#39;COST_NAME&#39;, width: 350, sortable: true, editable: true },
                        { name: &#39;REMARK&#39;, width: 300, sortable: true, editable: true }

                        ],
                gridview: true,
                rowNum: 30,
                rowList: [30, 60, 90],
                pager: &#39;#pager&#39;,
                sortname: &#39;COST_ID&#39;,
                viewrecords: true,
                rownumbers: true
            });
           grid.jqGrid(&#39;navGrid&#39;, &#39;#pager&#39;, { add: false, edit: false, del: true, search: true },
             {},
             {},
             { url: "JQGridHandler.ashx?ActionPage=CostTypes&#38;Action=Delete", reloadAfterSubmit: false },
             { multipleSearch: true});<br /></div><p>when click in search icon and show search box when enter text example </p><p><input type='button' class='sfcodeselect' name='sfselectit8833' value='Select Code' data-codeid='sfcode8833' /></p><div class='sfcode' id='sfcode8833'>costNo=1</div> jqGrid not filter i think this action no work, please help me for implimet search in jqgrid
<p>EDIT 01: when i add </p><p><input type='button' class='sfcodeselect' name='sfselectit1284' value='Select Code' data-codeid='sfcode1284' /></p><div class='sfcode' id='sfcode1284'>loadonce: true</div> search work but when remove this option search don&#39;t work, please help me. thanks</pre>
]]></description>
        	        	<pubDate>Fri, 07 Sep 2012 13:30:50 +0300</pubDate>
        </item>
</channel>
</rss>