<?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: setGroupHeaders error in case of "resizable: false"</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/setgroupheaders-error-in-case-of-resizable-false</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/setgroupheaders-error-in-case-of-resizable-false/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>OlegK on setGroupHeaders error in case of "resizable: false"</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/setgroupheaders-error-in-case-of-resizable-false#p25059</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/setgroupheaders-error-in-case-of-resizable-false#p25059</guid>
        	        	<description><![CDATA[<p>Hello Tony,</p>
<p>I really mean the line 694. The line 683 selects "span.ui-jqgrid-resize" and the column having <strong>resizeable: false</strong> don&#39;t have the "span.ui-jqgrid-resize". The line 692-697 should be the following</p>
<p><input type='button' class='sfcodeselect' name='sfselectit2359' value='Select Code' data-codeid='sfcode2359' /></p>
<div class='sfcode' id='sfcode2359'>$htable.find(&#34;div.ui-jqgrid-sortable&#34;).each(function () {<br />&#160; &#160; var $ts = $(this), $parent = $ts.parent();<br />&#160; &#160; if ($parent.is(&#34;:visible&#34;) <strong>&#38;&#38; $parent.is(&#34;:has(span.ui-jqgrid-resize)&#34;)</strong>) {<br />&#160; &#160; &#160; &#160; $ts.css(&#39;top&#39;, ($parent.height() - $ts.outerHeight()) / 2 + &#39;px&#39;);<br />&#160; &#160; }<br />}&#160;</div>
<p>So only <strong>top</strong> CSS property of the "div.ui-jqgrid-sortable" elements which has sibbling "span.ui-jqgrid-resize" should be adjusted.</p>
<p>Best regards<br />Oleg&#160;</p>
]]></description>
        	        	<pubDate>Thu, 03 Nov 2011 11:00:55 +0200</pubDate>
        </item>
        <item>
        	<title>tony on setGroupHeaders error in case of "resizable: false"</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/setgroupheaders-error-in-case-of-resizable-false#p25055</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/setgroupheaders-error-in-case-of-resizable-false#p25055</guid>
        	        	<description><![CDATA[<p>Thank you Oleg</p>
</p>
<p>Tony</p>
</p>
<p>P.S. MAybe you mean line <a href="https://github.com/tonytomov/jqGrid/blob/v4.2.0/js/grid.custom.js#L683" target="_blank">683</a></p>
]]></description>
        	        	<pubDate>Thu, 03 Nov 2011 09:28:46 +0200</pubDate>
        </item>
        <item>
        	<title>OlegK on setGroupHeaders error in case of "resizable: false"</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/setgroupheaders-error-in-case-of-resizable-false#p25047</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/setgroupheaders-error-in-case-of-resizable-false#p25047</guid>
        	        	<description><![CDATA[<p>Hello Tony,</p>
<p>I found that you used not the last version of <strong>setGroupHeaders</strong>. In the last version used in <a href="http://www.ok-soft-gmbh.com/jqGrid/SimpleLocalGridHeadersNew4.htm" target="_blank">the demo</a> I used some changes. So one should at least change the line <a href="https://github.com/tonytomov/jqGrid/blob/v4.2.0/js/grid.custom.js#L694" target="_blank">694</a> of grid.custom.js to</p>
<p><input type='button' class='sfcodeselect' name='sfselectit7240' value='Select Code' data-codeid='sfcode7240' /></p>
<div class='sfcode' id='sfcode7240'>if ($parent.is(&#34;:visible&#34;) <strong>&#38;&#38; $parent.is(&#34;:has(span.ui-jqgrid-resize)&#34;)</strong>) {</div>
<p>The current version of <strong>setGroupHeaders</strong> produce the results (the "Date" column header)</p>
<p><a href="http://www.ok-soft-gmbh.com/jqGrid/SimpleLocalGridHeadersNew50.png"><img src="http://www.ok-soft-gmbh.com/jqGrid/SimpleLocalGridHeadersNew50.png" width="100"  class="sfimageleft spUserImage" alt="" /><img src="http://www.trirand.com/blog/wp-content/sp-resources/forum-themes/default/images/sp_Mouse.png" class="sfimageleft sfmouseleft" alt="Image Enlarger" /></a></p>
<p>see <a href="http://www.ok-soft-gmbh.com/jqGrid/SimpleLocalGridHeadersNew50.htm" target="_blank">the demo</a>&#160;and <a href="http://www.ok-soft-gmbh.com/jqGrid/SimpleLocalGridHeadersNew51.htm" target="_blank">the fixed demo</a>.</p>
<p>Best regards<br />Oleg&#160;</p>
]]></description>
        	        	<pubDate>Wed, 02 Nov 2011 13:03:11 +0200</pubDate>
        </item>
</channel>
</rss>