<?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: Edit filters in jqGrid Search</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/edit-filters-in-jqgrid-search</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/edit-filters-in-jqgrid-search/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>vintues on Edit filters in jqGrid Search</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/edit-filters-in-jqgrid-search#p28923</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/edit-filters-in-jqgrid-search#p28923</guid>
        	        	<description><![CDATA[<p>I have implemented a jqGrid with search options. I have also attached autocomplete to one of field (within search dialog).</p>
<p>Everything works fine, however, I don&#39;t want to send autocomplete field&#39;s value in filter, rather I want to send id (that I get from autocomplete json).&#160;</p>
<p>How can I do that?</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit854' value='Select Code' data-codeid='sfcode854' /></p>
<div class='sfcode' id='sfcode854'>
<p>{</p>
<p>name : &#39;agent&#39;,</p>
<p>index : &#39;agent&#39;,</p>
<p>editable : true,</p>
<p>stype:&#39;text&#39;,</p>
<p>searchoptions:{</p>
<p>dataInit:function(el){</p>
<p>$(el).autocomplete({source : cr.AGENT_SEARCH_BASE_URL, minLength : 3,</p>
<p>});},&#160;</p>
<p>sopt:[&#39;eq&#39;]</p>
<p>}</p>
<p>}</p>
</div>
]]></description>
        	        	<pubDate>Thu, 30 May 2013 21:38:25 +0300</pubDate>
        </item>
</channel>
</rss>