<?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: navgrid search and select fields error</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/navgrid-search-and-select-fields-error</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/navgrid-search-and-select-fields-error/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>ayh on navgrid search and select fields error</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/navgrid-search-and-select-fields-error#p29049</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/navgrid-search-and-select-fields-error#p29049</guid>
        	        	<description><![CDATA[<p>I&#39;m using jquery.jqGrid.src.js version 4.5.2 (2013-05-21)</p>
<p>When using the search option in navgrid and there are select fields in the grid&#160;an error is thrown on line 6041</p>
<p>postData var is set e.g.&#160;postData = options.postData &#124;&#124; ajaxso.postData but postData is not set by dataURL at this time.</p>
</p>
<p>I changed the line to (and added a line)</p>
<p>&#160;&#160;&#160;&#160;&#160;var rowid = options.name ? String(options.id).substring(0, String(options.id).length - String(options.name).length - 1) : String(options.id);<br />&#160;&#160;&#160;&#160;&#160;try{var postData = options.postData &#124;&#124; ajaxso.postData;}catch (m){}</p>
</p>
<p>And now it is working fine! The select is populated by tje dataURL ajax request!</p>
]]></description>
        	        	<pubDate>Sun, 23 Jun 2013 16:32:22 +0300</pubDate>
        </item>
</channel>
</rss>