<?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: type of select columns with/without formatter</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/type-of-select-columns-withwithout-formatter</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/type-of-select-columns-withwithout-formatter/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>kevin on type of select columns with/without formatter</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/type-of-select-columns-withwithout-formatter#p25609</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/type-of-select-columns-withwithout-formatter#p25609</guid>
        	        	<description><![CDATA[<p>Hello there,</p>
</p>
<p>I have several <strong>"select" columns</strong> in jqGrid.</p>
<p><strong>"Formatter"</strong> can help to get the key of select column.</p>
<p>I want to get&#160;the key&#160;in some of them, but the name&#160;in&#160;others.</p>
<p>When I set some of them without "Formatter", the selected item&#39;s key is showed in jqGrid.</p>
</p>
<p>I saw the function "<em>saveRow</em>" in the <span style="text-decoration: underline;">jquery.jqGrid.src.js</span>.(ver4.3.1)</p>
<p>I think this is the reason.</p>
<p><em>if(cm.formatter &#38;&#38; cm.formatter == &#39;select&#39;) { tmp2={}; }</em>(line 8906)</p>
<p>When the last select column is set the "Formatter", it will clear <em>"tmp2".</em></p>
<p>It should clear the correspond value with column, doesn&#39;t it?</p>
<p>just like: <em>tmp2[nm] = undefined;</em></p>
<p>It&#39;s not really bug, but can you help to adjust it?</p>
</p>
<p>Best Regards.<br />Kevin</p>
]]></description>
        	        	<pubDate>Fri, 06 Jan 2012 06:09:05 +0200</pubDate>
        </item>
</channel>
</rss>