<?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: subgrid resizestop</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/subgrid-resizestop</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/help/subgrid-resizestop/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>michaelg on subgrid resizestop</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/subgrid-resizestop#p18823</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/subgrid-resizestop#p18823</guid>
        	        	<description><![CDATA[<p>Just in case someone else has a similar requirement - the solution I have found was to change the jqgrid common js file.</p>
</p>
<p>I changed ...</p>
<pre id="line1">c.resizeStop.call(this,g,d)<br />... with ...<br /></pre>
<pre id="line1">c.resizeStop.call(this,c,g,d)<br /><br />... then, i use c in my resizestop function to grab the colmodel</pre>
<p>I would have prefered to do this without changing source code, but couldnt figiure it out <img class="spSmiley" style="margin:0" title="Laugh" src="/blog/wp-content/forum-smileys/sf-laugh.gif" alt="Laugh" /></p>
]]></description>
        	        	<pubDate>Tue, 27 Jul 2010 02:31:05 +0300</pubDate>
        </item>
        <item>
        	<title>michaelg on subgrid resizestop</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/subgrid-resizestop#p18754</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/subgrid-resizestop#p18754</guid>
        	        	<description><![CDATA[<p>Hmmm perhaps there is a way to have a single global variable, and set its value to the ID of the subgrid when resize starts.</p>
<p>I&#39;m guessing i&#39;ll have to modify jqgrid source code to do this though <img class="spSmiley" style="margin:0" title="Confused" src="/blog/wp-content/forum-smileys/sf-confused.gif" alt="Confused" /></p>
]]></description>
        	        	<pubDate>Fri, 23 Jul 2010 00:15:50 +0300</pubDate>
        </item>
        <item>
        	<title>michaelg on subgrid resizestop</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/subgrid-resizestop#p18692</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/subgrid-resizestop#p18692</guid>
        	        	<description><![CDATA[<p>Hi All,</p>
<p>I&#39;m stuck on a problem and am hoping someone might have an idea how to solve it.</p>
<p>I have a grid with subgrids in it.&#160; Each subgrid off course has its own unique id.</p>
<p>The subgrids have a resizeStop event registered, where I can get the column index and new width, however I can&#39;t figure out which of the subgrids had a column resized - since the resizeStop event doesn&#39;t provide the grids&#39; id.</p>
<p>Does anyone know a way around this?</p>
</p>
<p>Cheers,</p>
<p>Michael</p>
]]></description>
        	        	<pubDate>Tue, 20 Jul 2010 13:08:52 +0300</pubDate>
        </item>
</channel>
</rss>