<?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: dilemma with scrolloffset</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/dilemma-with-scrolloffset</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/dilemma-with-scrolloffset/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>phicarre on dilemma with scrolloffset</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/dilemma-with-scrolloffset#p16765</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/dilemma-with-scrolloffset#p16765</guid>
        	        	<description><![CDATA[<p>In some occasion (I didn&#39;t identify it/them) the width increases endless !</p>
]]></description>
        	        	<pubDate>Wed, 28 Apr 2010 00:51:35 +0300</pubDate>
        </item>
        <item>
        	<title>phicarre on dilemma with scrolloffset</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/dilemma-with-scrolloffset#p14938</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/dilemma-with-scrolloffset#p14938</guid>
        	        	<description><![CDATA[<p>I found this solution but it&#39;s not elegant !!!!!</p>
</p>
<p>first grid:</p>
<p>loadComplete: function ()<br />&#160;&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; var r = jQuery("#list1&#8243;).getGridParam(&#39;reccount&#39;);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; var w = jQuery("#list1&#8243;).getGridParam(&#39;width&#39;);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; if (r &#60;= 12)<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#list1&#8243;).setGridHeight(&#39;auto&#39;);</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#list1&#8243;).setGridHeight(100);&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;&#60;&#60;&#60;&#60;&#60;&#60;&#60;&#60;&#60;&#60;&#60;&#60;&#60;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; else<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#list1&#8243;).setGridHeight(100);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; }&#160;&#160; &#160;<br />&#160;&#160;&#160;&#160;&#160;&#160; &#160;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#list1&#8243;).setGridWidth(w+1);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;<br />&#160;&#160;&#160;&#160; }&#160;&#160;</p>
<p>second grid:</p>
<p>loadComplete: function ()<br />&#160;&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; var r = jQuery("#list2&#8243;).getGridParam(&#39;reccount&#39;);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; var w = jQuery("#list2&#8243;).getGridParam(&#39;width&#39;);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; if (r &#60;= 12)<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#list2&#8243;).setGridHeight(&#39;auto&#39;);</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#list2&#8243;).setGridHeight(350);&#160;&#160;&#160;&#160;&#160; &#60;&#60;&#60;&#60;&#60;&#60;&#60;&#60;&#60;&#60;&#60;&#60;&#60;&#60;&#60;&#60;&#60;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; else<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#list2&#8243;).setGridHeight(350);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; }&#160;&#160; &#160;<br />&#160;&#160;&#160;&#160;&#160;&#160; &#160;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#list2&#8243;).setGridWidth(w+1);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;<br />&#160;&#160;&#160;&#160; }&#160;</p>
]]></description>
        	        	<pubDate>Thu, 18 Feb 2010 18:30:08 +0200</pubDate>
        </item>
        <item>
        	<title>phicarre on dilemma with scrolloffset</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/dilemma-with-scrolloffset#p14910</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/dilemma-with-scrolloffset#p14910</guid>
        	        	<description><![CDATA[<p>I forgot to say, scroll = true, for both grids</p>
]]></description>
        	        	<pubDate>Wed, 17 Feb 2010 20:01:48 +0200</pubDate>
        </item>
        <item>
        	<title>tony on dilemma with scrolloffset</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/dilemma-with-scrolloffset#p14871</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/dilemma-with-scrolloffset#p14871</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Ok. Will check it.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 17 Feb 2010 12:09:34 +0200</pubDate>
        </item>
        <item>
        	<title>phicarre on dilemma with scrolloffset</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/dilemma-with-scrolloffset#p14771</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/dilemma-with-scrolloffset#p14771</guid>
        	        	<description><![CDATA[<p>It&#39;s an extract of the original script.</p>
<p>You mean that should work ?</p>
]]></description>
        	        	<pubDate>Fri, 12 Feb 2010 20:29:48 +0200</pubDate>
        </item>
        <item>
        	<title>tony on dilemma with scrolloffset</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/dilemma-with-scrolloffset#p14754</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/dilemma-with-scrolloffset#p14754</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I do not see any error in the script, but I suppose this is not the original script - right?</p>
<p>Please check your script again.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 12 Feb 2010 18:08:33 +0200</pubDate>
        </item>
        <item>
        	<title>phicarre on dilemma with scrolloffset</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/dilemma-with-scrolloffset#p14651</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/dilemma-with-scrolloffset#p14651</guid>
        	        	<description><![CDATA[<p>The method is perfect &#8230; but only with one grid !</p>
<p>If you have two grids, the second doesn&#39;t change its height but "follows" the fiirst grid !</p>
<p>first grid:</p>
<p>loadComplete: function ()<br />&#160;&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; var r = jQuery("#list1&#8243;).getGridParam(&#39;reccount&#39;);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; var w = jQuery("#list1&#8243;).getGridParam(&#39;width&#39;);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; if (r &#60;= 12)<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#list1&#8243;).setGridHeight(&#39;auto&#39;);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; else<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#list1&#8243;).setGridHeight(100);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; }&#160;&#160; &#160;<br />&#160;&#160;&#160;&#160;&#160;&#160; &#160;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#list1&#8243;).setGridWidth(w+1);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;<br />&#160;&#160;&#160;&#160; }&#160;&#160;</p>
<p>second grid:</p>
<p>loadComplete: function ()<br />&#160;&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; var r = jQuery("#list2&#8243;).getGridParam(&#39;reccount&#39;);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; var w = jQuery("#list2&#8243;).getGridParam(&#39;width&#39;);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; if (r &#60;= 12)<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#list2&#8243;).setGridHeight(&#39;auto&#39;);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; else<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#list2&#8243;).setGridHeight(350);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; }&#160;&#160; &#160;<br />&#160;&#160;&#160;&#160;&#160;&#160; &#160;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#list2&#8243;).setGridWidth(w+1);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;<br />&#160;&#160;&#160;&#160; }&#160;&#160;</p>
<p>Then the height of the second grid will be 100 instead of 350 !</p>
<p>I also tried with r1=... and r2=... idem for w1,w2</p>
<p>Do you see the error ?</p>
]]></description>
        	        	<pubDate>Tue, 09 Feb 2010 19:46:08 +0200</pubDate>
        </item>
        <item>
        	<title>phicarre on dilemma with scrolloffset</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/dilemma-with-scrolloffset#p14477</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/dilemma-with-scrolloffset#p14477</guid>
        	        	<description><![CDATA[<p>Yes, but I shall remove scrollOffset=0</p>
<p>The final code is:</p>
<p>loadComplete: function ()<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; var r = jQuery("#list1").getGridParam(&#39;reccount&#39;);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; var w = jQuery("#list1").getGridParam(&#39;width&#39;);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; if (r &#60;= 6)<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#list1").setGridHeight(&#39;auto&#39;);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; else<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#list1").setGridHeight(150);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }&#160;&#160; &#160;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#list1").setGridWidth(w+1);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; },</p>
</p>
<p>Thank you for your patience.</p>
]]></description>
        	        	<pubDate>Mon, 01 Feb 2010 19:24:57 +0200</pubDate>
        </item>
        <item>
        	<title>tony on dilemma with scrolloffset</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/dilemma-with-scrolloffset#p14469</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/dilemma-with-scrolloffset#p14469</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Forgot to say that the setGridwidth should be set on both</p>
<p>Try this</p>
<p>loadComplete: function ()<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; var r = jQuery("#list1&#8243;).getGridParam(&#39;reccount&#39;);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; var w = jQuery("#list1&#8243;).getGridParam(&#39;width&#39;);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; if (r &#60;= 6)<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {&#160; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#list1&#8243;).setGridHeight(&#39;auto&#39;);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; alert(w);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; else<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#list1&#8243;).setGridHeight(150) ;&#160;&#160;&#160;&#160;&#160; &#60;&#60;&#60;&#60;&#60;&#60;&#60;&#60;&#60;&#60;&#60;&#60; horizontal scrollbar !!!!!!</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; } &#160;</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#list1&#8243;).setGridWidth(w+1);</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; },</p>
]]></description>
        	        	<pubDate>Mon, 01 Feb 2010 13:03:18 +0200</pubDate>
        </item>
        <item>
        	<title>phicarre on dilemma with scrolloffset</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/dilemma-with-scrolloffset#p14465</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/dilemma-with-scrolloffset#p14465</guid>
        	        	<description><![CDATA[<p>I think we have a misunderstanding because your trick has no effect .</p>
<p>I always have an horizontal scrollbar if r &#62; 6 !!!!!!!</p>
<p>I only want a vertical scrollbar if r &#62; 6</p>
</p>
<p>loadComplete: function ()<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; var r = jQuery("#list1").getGridParam(&#39;reccount&#39;);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; if (r &#60;= 6)<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {&#160; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#list1").setGridHeight(&#39;auto&#39;);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; var w = jQuery("#list1").getGridParam(&#39;width&#39;);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; alert(w);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#list1").setGridWidth(w+1);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; else<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#list1").setGridHeight(150) ;&#160;&#160;&#160;&#160;&#160; &#60;&#60;&#60;&#60;&#60;&#60;&#60;&#60;&#60;&#60;&#60;&#60; horizontal scrollbar !!!!!!<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; } &#160;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; },</p>
]]></description>
        	        	<pubDate>Mon, 01 Feb 2010 12:27:03 +0200</pubDate>
        </item>
        <item>
        	<title>tony on dilemma with scrolloffset</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/dilemma-with-scrolloffset#p14435</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/dilemma-with-scrolloffset#p14435</guid>
        	        	<description><![CDATA[</p>
<p>Hello,</p>
<p>The trick is to change the width with 1 pixel ,</p>
<p>using trigger("reloadGrid") is not needed.</p>
<p>if (r &#60;= 6)<br />&#160;{</p>
<p>&#160;&#160;&#160;&#160; var wd&#160; = .. get here the width of the grid</p>
<p>&#160;&#160;&#160;&#160;&#160; jQuery("#list1&#8243;).setGridHeight(&#39;auto&#39;);</p>
<p>&#160;&#160;&#160;&#160; jQuery("#list1&#8243;).setGridwidth(wd+1);</p>
<p>&#160;}</p>
<p>.......</p>
</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 01 Feb 2010 08:55:20 +0200</pubDate>
        </item>
        <item>
        	<title>phicarre on dilemma with scrolloffset</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/dilemma-with-scrolloffset#p14396</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/dilemma-with-scrolloffset#p14396</guid>
        	        	<description><![CDATA[<p>It&#39;s not suffisant: scrolloffset should be set to 0 (I think ...)</p>
<p>But It doesn&#39;t work ! with and without the trigger !!</p>
<p>if (r &#60;= 6)<br />&#160;{</p>
<p>&#160;&#160;&#160;&#160;&#160; jQuery("#list1&#8243;).setGridHeight(&#39;auto&#39;);</p>
<p>&#160;&#160;&#160;&#160;&#160; jQuery("#list1").setGridParam({&#39;scrollOffset&#39;:0}).trigger("reloadGrid");&#160;&#160; &#60;&#60;&#60;&#60;&#60;&#60;&#60;&#60;&#60;&#60;&#60;&#60;&#60;&#60;&#60;&#60;&#60;&#60;&#60;</p>
<p>&#160;}<br />&#160;&#160;&#160;&#160; else<br />&#160;{<br />&#160;&#160;&#160;&#160;&#160; jQuery("#list1&#8243;).setGridHeight(150)&#160;&#160;</p>
<p>//HOW TO SET SCROLLOFFSET TO DEFAULT ?<br />&#160;}</p>
]]></description>
        	        	<pubDate>Fri, 29 Jan 2010 13:08:23 +0200</pubDate>
        </item>
        <item>
        	<title>tony on dilemma with scrolloffset</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/dilemma-with-scrolloffset#p14323</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/dilemma-with-scrolloffset#p14323</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Try this</p>
<p>if (r &#60;= 6)<br />&#160;{<br />&#160;&#160;&#160;&#160;&#160; jQuery("#list1&#8243;).setGridHeight(&#39;auto&#39;)<br />&#160;}<br />&#160;&#160;&#160;&#160; else<br />&#160;{<br />&#160;&#160;&#160;&#160;&#160; jQuery("#list1&#8243;).setGridHeight(150)&#160;&#160; <br />&#160;}</p>
]]></description>
        	        	<pubDate>Wed, 27 Jan 2010 20:29:08 +0200</pubDate>
        </item>
        <item>
        	<title>phicarre on dilemma with scrolloffset</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/dilemma-with-scrolloffset#p14319</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/dilemma-with-scrolloffset#p14319</guid>
        	        	<description><![CDATA[<p>Like this ?</p>
<p>loadComplete: function ()<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; var r = jQuery("#list1").getGridParam(&#39;reccount&#39;);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; if (r &#62; 6)<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#list1").setGridHeight(&#39;auto&#39;)<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; else<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#list1").setGridHeight(150)&#160;&#160; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }&#160; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }</p>
<p>But the height increases indefinitely !!!!!!!!</p>
]]></description>
        	        	<pubDate>Wed, 27 Jan 2010 19:42:32 +0200</pubDate>
        </item>
        <item>
        	<title>tony on dilemma with scrolloffset</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/dilemma-with-scrolloffset#p14275</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/dilemma-with-scrolloffset#p14275</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>For now no, but you can analyze the number of columns in loadComplete and set the height to auto or to some value</p>
<p>something like</p>
<p>if(rowcounr&#62;10) set grid height to auto</p>
<p>else set the grid height to 200px</p>
]]></description>
        	        	<pubDate>Tue, 26 Jan 2010 17:48:35 +0200</pubDate>
        </item>
        <item>
        	<title>phicarre on dilemma with scrolloffset</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/dilemma-with-scrolloffset#p14236</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/dilemma-with-scrolloffset#p14236</guid>
        	        	<description><![CDATA[<p>No because I must scroll the window !</p>
<p>The whole grid is not visible anymore only on the screen.</p>
<p>May we expect one solution ?</p>
]]></description>
        	        	<pubDate>Mon, 25 Jan 2010 11:41:48 +0200</pubDate>
        </item>
        <item>
        	<title>tony on dilemma with scrolloffset</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/dilemma-with-scrolloffset#p14152</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/dilemma-with-scrolloffset#p14152</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Currently no. I understand what you mean.</p>
<p>Also one possible solution is to set height:&#39;auto&#39;, which will resolve your problems.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 22 Jan 2010 13:10:02 +0200</pubDate>
        </item>
        <item>
        	<title>phicarre on dilemma with scrolloffset</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/dilemma-with-scrolloffset#p14055</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/dilemma-with-scrolloffset#p14055</guid>
        	        	<description><![CDATA[<p>If "scrolloffset = 0" and "autowidth=true" then I have an horizontal scrollbar.</p>
<p>If I don&#39;t want of that horizontal scrollbat then I must suppress "scrolloffset=0"</p>
<p>But ...</p>
<p>If the grid is empty or not full then there is a shift between the headers and the columns (already invoked in other threads)</p>
<p>Is is a dilemma or does a solution exist ?</p>
]]></description>
        	        	<pubDate>Tue, 19 Jan 2010 18:12:38 +0200</pubDate>
        </item>
</channel>
</rss>