<?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: setColProp remove existing column properties for object properties</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/setcolprop-remove-existing-column-properties-for-object-properties</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/setcolprop-remove-existing-column-properties-for-object-properties/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>OlegK on setColProp remove existing column properties for object properties</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/setcolprop-remove-existing-column-properties-for-object-properties#p27910</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/setcolprop-remove-existing-column-properties-for-object-properties#p27910</guid>
        	        	<description><![CDATA[<p>Hallo Tony</p>
<p><a href="https://github.com/tonytomov/jqGrid/blob/v4.4.1/js/grid.custom.js#L36" target="_blank">The line</a>&#160;</p>
<p><input type='button' class='sfcodeselect' name='sfselectit9660' value='Select Code' data-codeid='sfcode9660' /></p>
<div class='sfcode' id='sfcode9660'>$.extend(this.p.colModel[i],obj);</div>
<p>of the method <strong>setColProp</strong> should be fixed to the following</p>
<p><input type='button' class='sfcodeselect' name='sfselectit5113' value='Select Code' data-codeid='sfcode5113' /></p>
<div class='sfcode' id='sfcode5113'>$.extend(<strong>true, </strong>this.p.colModel[i],obj);</div>
<p>Best regards<br />Oleg</p>
]]></description>
        	        	<pubDate>Wed, 12 Dec 2012 19:19:54 +0200</pubDate>
        </item>
</channel>
</rss>