<?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: fix for resizeStop in 3.6</title>
	<link>http://www.trirand.com/blog/?page_id=393/releases/fix-for-resizestop-in-36</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/releases/fix-for-resizestop-in-36/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on fix for resizeStop in 3.6</title>
        	<link>http://www.trirand.com/blog/?page_id=393/releases/fix-for-resizestop-in-36#p15671</link>
        	<category>Releases</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/releases/fix-for-resizestop-in-36#p15671</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>If we have the index we have all.</p>
<p>Suppose you use this sniplet</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit9686' value='Select Code' data-codeid='sfcode9686' /></p>
<div class='sfcode' id='sfcode9686'>
<p>resizeStart :&#160; function(event, index)</p>
<p>{</p>
<p>var colmodel = $(this).getGridParam(&#39;colModel&#39;);</p>
<p>// then colmodel[index] is what you want</p>
<p>// you can get the old width like</p>
<p>// colmodel[index].width</p>
<p>}</p>
</p>
</div>
<p>Regards</p>
<p>Tony</p></p>
]]></description>
        	        	<pubDate>Sat, 13 Mar 2010 20:38:47 +0200</pubDate>
        </item>
        <item>
        	<title>jayarjo on fix for resizeStop in 3.6</title>
        	<link>http://www.trirand.com/blog/?page_id=393/releases/fix-for-resizestop-in-36#p15644</link>
        	<category>Releases</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/releases/fix-for-resizestop-in-36#p15644</guid>
        	        	<description><![CDATA[<p>What is the point of using index as a return value of resizeStart/resizeStop?</p>
</p>
<p>I&#39;m trying to save column widths to an object by their indexes, but then how can I find those columns again by indexes when I need to restore saved widths? I see the only function that does something similar is seColProp, but itakes a column name as argument not the index.</p>
]]></description>
        	        	<pubDate>Fri, 12 Mar 2010 15:04:03 +0200</pubDate>
        </item>
        <item>
        	<title>tony on fix for resizeStop in 3.6</title>
        	<link>http://www.trirand.com/blog/?page_id=393/releases/fix-for-resizestop-in-36#p11770</link>
        	<category>Releases</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/releases/fix-for-resizestop-in-36#p11770</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks. Fixed.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 11 Nov 2009 02:43:50 +0200</pubDate>
        </item>
        <item>
        	<title>nickyspag on fix for resizeStop in 3.6</title>
        	<link>http://www.trirand.com/blog/?page_id=393/releases/fix-for-resizestop-in-36#p11745</link>
        	<category>Releases</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/releases/fix-for-resizestop-in-36#p11745</guid>
        	        	<description><![CDATA[<p>There is a small typo in line 245 of grid.base.js</p>
</p>
<p>This line:</p>
<p><code>if($.isFunction(p.resizeStop)) p.resizeStop.call(this,nw,<strong>i</strong>);</code></p>
<p>should be:</p>
<p><code>if($.isFunction(p.resizeStop)) p.resizeStop.call(this,nw,<strong>idx</strong>);</code></p>
]]></description>
        	        	<pubDate>Tue, 10 Nov 2009 10:59:47 +0200</pubDate>
        </item>
</channel>
</rss>