<?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: parameter ajaxSelectOptions will be not used in the searching dialog</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/parameter-ajaxselectoptions-will-be-not-used-in-the-searching-dialog</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/bugs/parameter-ajaxselectoptions-will-be-not-used-in-the-searching-dialog/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on parameter ajaxSelectOptions will be not used in the searching dialog</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/parameter-ajaxselectoptions-will-be-not-used-in-the-searching-dialog#p24976</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/parameter-ajaxselectoptions-will-be-not-used-in-the-searching-dialog#p24976</guid>
        	        	<description><![CDATA[<p>Thanks Oleg,</p>
</p>
<p>Fixed :</p>
<p><a href="https://github.com/tonytomov/jqGrid/commit/ae851b9d2f1bc5a06560fb59b4915ac09de5afa4" rel="nofollow" target="_blank">https://github.com/tonytomov/jqGrid/commit/ae851b9d2f1bc5a06560fb59b4915ac09de5afa4</a></p>
</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Tue, 25 Oct 2011 12:38:12 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on parameter ajaxSelectOptions will be not used in the searching dialog</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/parameter-ajaxselectoptions-will-be-not-used-in-the-searching-dialog#p24963</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/parameter-ajaxselectoptions-will-be-not-used-in-the-searching-dialog#p24963</guid>
        	        	<description><![CDATA[<p>Hello Tony,</p>
<p>I found a bug in <em>grid.formedit.js</em>. The <strong>ajaxSelectOptions</strong> parameter of jqGrid will not be used in the <em>grid.filter.js</em>, but it will be not set in <em>grid.formedit.js</em>.</p>
<p>In the lines <a href="https://github.com/tonytomov/jqGrid/blob/v4.2.0/js/grid.filter.js#L378" target="_blank">378</a> and <a href="https://github.com/tonytomov/jqGrid/blob/v4.2.0/js/grid.filter.js#L450" target="_blank">450</a> of the&#160;code of <em>grid.filter.js</em>&#160;it will be used <strong>that.p.ajaxSelectOptions</strong>. It will be forwarded to <strong>$.jgrid.createEl</strong>. The problem is that the <strong>ajaxSelectOptions</strong>&#160;parameter of <strong>jqFilter</strong> method will be not set in the line <a href="https://github.com/tonytomov/jqGrid/blob/v4.2.0/js/grid.formedit.js#L151" target="_blank">151</a> of <em>grid.formedit.js</em>.</p>
<p>To fix the problem one should add the following parameter</p>
<p><input type='button' class='sfcodeselect' name='sfselectit6001' value='Select Code' data-codeid='sfcode6001' /></p>
<div class='sfcode' id='sfcode6001'>ajaxSelectOptions: $t.p.ajaxSelectOptions,</div>
<p>in the list of <strong>jqFilter</strong>&#160;method called in the line&#160;<a href="https://github.com/tonytomov/jqGrid/blob/v4.2.0/js/grid.formedit.js#L151" target="_blank">151</a>&#160;of<em>grid.formedit.js</em>.</p>
<p>Best regards<br />Oleg&#160;</p></p>
]]></description>
        	        	<pubDate>Mon, 24 Oct 2011 16:58:40 +0300</pubDate>
        </item>
</channel>
</rss>