<?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: True-Scrolling IE 2 Pages</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/true-scrolling-ie-2-pages</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/true-scrolling-ie-2-pages/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>acornel on True-Scrolling IE 2 Pages</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/true-scrolling-ie-2-pages#p18186</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/true-scrolling-ie-2-pages#p18186</guid>
        	        	<description><![CDATA[<p>Thank you for your answer.</p>
</p>
<p>Yes, I understand what you mean. I&#39;ll remouve the height auto.</p>
</p>
<p>Kind regards,</p>
<p>Cornel</p>
]]></description>
        	        	<pubDate>Fri, 25 Jun 2010 10:33:53 +0300</pubDate>
        </item>
        <item>
        	<title>tony on True-Scrolling IE 2 Pages</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/true-scrolling-ie-2-pages#p18178</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/true-scrolling-ie-2-pages#p18178</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks. This is a known problem and it wont be fixed.</p>
<p>The reason for this is that when we are in scroll:1 we get the height of the first row and based on this we calculate how many place we need.</p>
<p>This calculation is not very effective, but I can not find other good way to calculate how many room we need.</p>
<p>Hope you understand what I mean.</p>
<p>In order to resolve remove the height auto.</p>
</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 25 Jun 2010 10:15:46 +0300</pubDate>
        </item>
        <item>
        	<title>acornel on True-Scrolling IE 2 Pages</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/true-scrolling-ie-2-pages#p18128</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/true-scrolling-ie-2-pages#p18128</guid>
        	        	<description><![CDATA[<p>This is a similar bug:</p>
<p>- it occurs only on IE6/7</p>
<p>- to reproduce it it&#39;s enough to click with the mouse on the vertical scrollbar</p>
<p>From what I see the root of the problem is the very long note &#8230; IE wraps the text while FF display it on one line + tooltip</p>
<p>&#160; &#60;style type="text/css"&#62;</p>
<p>&#160;&#160;&#160; .ui-jqgrid tr.jqgrow td {<br />&#160;&#160; &#160;&#160;&#160; &#160;height: auto;&#160;&#160; &#160;&#160;&#160; &#160;<br />&#160;&#160;  &#160;&#160;&#160; &#160;vertical-align: top;<br />&#160;&#160; &#160;}<br />&#60;/style&#62;</p>
<p>&#60;script&#62;</p>
<p>&#160;&#160;&#160; var mydata = [<br /> &#160;&#160; &#160;&#160;&#160; &#160;{ id: "1", invdate: "2010-1-1", name: "Test 1", note: "this is a  very long note created for testing purpose", tax: "10.00", total:  "1111.00" },<br /> &#160;&#160; &#160;&#160;&#160; &#160;{ id: "2", invdate: "2010-2-1", name: "test 2", note: "note 2",  tax: "20.00", total: "2111.00" },<br /> &#160;&#160; &#160;&#160;&#160; &#160;{ id: "4", invdate: "2007-3-1", name: "test 3", note: "note 3",  tax: "30.00", total: "3111.00" },<br /> &#160;&#160; &#160;&#160;&#160; &#160;{ id: "5", invdate: "2007-4-1", name: "test 4", note: "note 4",  tax: "40.00", total: "4111.00" },<br /> &#160;&#160; &#160;&#160;&#160; &#160;{ id: "6", invdate: "2007-5-1", name: "test 5", note: "note 5",  tax: "50.00", total: "5111.00" },<br /> &#160;&#160; &#160;&#160;&#160; &#160;{ id: "7", invdate: "2007-6-1", name: "test 6", note: "note 6",  tax: "60.00", total: "6111.00" },<br /> &#160;&#160; &#160;&#160;&#160; &#160;{ id: "8", invdate: "2007-7-1", name: "test 7", note: "note 7",  tax: "70.00", total: "7111.00" },<br /> &#160;&#160; &#160;&#160;&#160; &#160;{ id: "9", invdate: "2007-8-1", name: "test 8", note: "note 8",  tax: "80.00", total: "8111.00" },<br /> &#160;&#160; &#160;&#160;&#160; &#160;{ id: "10", invdate: "2010-1-1", name: "Test 1", note: "note 1",  tax: "10.00", total: "1111.00" },<br /> &#160;&#160; &#160;&#160;&#160; &#160;{ id: "11", invdate: "2010-2-1", name: "test 2", note: "note 2",  tax: "20.00", total: "2111.00" },<br /> &#160;&#160; &#160;&#160;&#160; &#160;{ id: "12", invdate: "2007-3-1", name: "test 3", note: "note 3",  tax: "30.00", total: "3111.00" },<br /> &#160;&#160; &#160;&#160;&#160; &#160;{ id: "13", invdate: "2007-4-1", name: "test 4", note: "note 4",  tax: "40.00", total: "4111.00" },<br /> &#160;&#160; &#160;&#160;&#160; &#160;{ id: "14", invdate: "2007-5-1", name: "test 5", note: "note 5",  tax: "50.00", total: "5111.00" },<br /> &#160;&#160; &#160;&#160;&#160; &#160;{ id: "15", invdate: "2007-6-1", name: "test 6", note: "note 6",  tax: "60.00", total: "6111.00" },<br /> &#160;&#160; &#160;&#160;&#160; &#160;{ id: "16", invdate: "2007-7-1", name: "test 7", note: "note 7",  tax: "70.00", total: "7111.00" },<br /> &#160;&#160; &#160;&#160;&#160; &#160;{ id: "17", invdate: "2007-8-1", name: "test 8", note: "note 8",  tax: "80.00", total: "8111.00" },<br /> &#160;&#160; &#160;&#160;&#160; &#160;{ id: "18", invdate: "2010-1-1", name: "Test 1", note: "note 1",  tax: "10.00", total: "1111.00" },<br /> &#160;&#160; &#160;&#160;&#160; &#160;{ id: "19", invdate: "2010-2-1", name: "test 2", note: "note 2",  tax: "20.00", total: "2111.00" },<br /> &#160;&#160; &#160;&#160;&#160; &#160;{ id: "20", invdate: "2007-3-1", name: "test 3", note: "note 3",  tax: "30.00", total: "3111.00" },<br /> &#160;&#160; &#160;&#160;&#160; &#160;{ id: "21", invdate: "2007-4-1", name: "test 4", note: "note 4",  tax: "40.00", total: "4111.00" },<br /> &#160;&#160; &#160;&#160;&#160; &#160;{ id: "22", invdate: "2007-5-1", name: "test 5", note: "note 5",  tax: "50.00", total: "5111.00" },<br /> &#160;&#160; &#160;&#160;&#160; &#160;{ id: "23", invdate: "2007-6-1", name: "test 6", note: "note 6",  tax: "60.00", total: "6111.00" },<br /> &#160;&#160; &#160;&#160;&#160; &#160;{ id: "24", invdate: "2007-7-1", name: "test 7", note: "note 7",  tax: "70.00", total: "7111.00" },<br /> &#160;&#160; &#160;&#160;&#160; &#160;{ id: "25", invdate: "2007-8-1", name: "test 8", note: "note 8",  tax: "80.00", total: "8111.00" },<br /> &#160;&#160; &#160;&#160;&#160; &#160;{ id: "26", invdate: "2010-1-1", name: "Test 1", note: "note 1",  tax: "10.00", total: "1111.00" }<br /> &#160;&#160; &#160;];<br /> &#160;&#160; &#160;jQuery("#list47&#8243;).jqGrid({<br /> &#160;&#160; &#160;&#160;&#160; &#160;data: mydata,<br /> &#160;&#160; &#160;&#160;&#160; &#160;datatype: "local",<br /> &#160;&#160; &#160;&#160;&#160; &#160;height: 150,<br /> &#160;&#160; &#160;&#160;&#160; &#160;width: 670,<br /> &#160;&#160; &#160;&#160;&#160; &#160;rowNum: 10,<br /> &#160;&#160; &#160;&#160;&#160; &#160;scroll: 1,<br /> &#160;&#160; &#160;&#160;&#160; &#160;viewrecords: true,<br /> &#160;&#160; &#160;&#160;&#160; &#160;shrinkToFit: false,<br /> &#160;&#160; &#160;&#160;&#160; &#160;colNames: [&#39;Inv No&#39;, &#39;Date&#39;, &#39;Client&#39;, &#39;Amount&#39;, &#39;Tax&#39;, &#39;Total&#39;,  &#39;Notes&#39;],<br /> &#160;&#160; &#160;&#160;&#160; &#160;colModel: [<br /> &#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{ name: &#39;id&#39;, index: &#39;id&#39;, width: 60, sorttype: "int" },<br /> &#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{ name: &#39;invdate&#39;, index: &#39;invdate&#39;, width: 90, sorttype:  "date", formatter: "date" },<br /> &#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{ name: &#39;name&#39;, index: &#39;name&#39;, width: 100 },<br /> &#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{ name: &#39;amount&#39;, index: &#39;amount&#39;, width: 80, align:  "right", sorttype: "float", formatter: "number" },<br /> &#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{ name: &#39;tax&#39;, index: &#39;tax&#39;, width: 80, align: "right",  sorttype: "float" },<br /> &#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{ name: &#39;total&#39;, index: &#39;total&#39;, width: 80, align:  "right", sorttype: "float" },<br /> &#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;{ name: &#39;note&#39;, index: &#39;note&#39;, width: 150, sortable:  false }<br /> &#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;],<br /> &#160;&#160; &#160;&#160;&#160; &#160;pager: "#plist47&#8243;,<br /> &#160;&#160; &#160;&#160;&#160; &#160;caption: "Manipulating Array Data"<br /> &#160;&#160; &#160;});</p>
<p>&#60;/script&#62;</p>
<p>Tony, do you have a quick workaround (my code is already in Production)? </p>
<p>Thank you very much!</p>
<p>Cornel</p>
]]></description>
        	        	<pubDate>Wed, 23 Jun 2010 00:18:51 +0300</pubDate>
        </item>
        <item>
        	<title>tony on True-Scrolling IE 2 Pages</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/true-scrolling-ie-2-pages#p18034</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/true-scrolling-ie-2-pages#p18034</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks. Fixed</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sun, 20 Jun 2010 09:22:47 +0300</pubDate>
        </item>
        <item>
        	<title>C0de on True-Scrolling IE 2 Pages</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/true-scrolling-ie-2-pages#p17978</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/true-scrolling-ie-2-pages#p17978</guid>
        	        	<description><![CDATA[<p>Here is a demo of the bug: &#160; <a onclick="javascript:pageTracker._trackPageview(&#39;/outbound/article/http://dev4.marketstar.com/jqgridbug/&#39;);" href="http://dev4.marketstar.com/jqgridbug/" target="_blank">http://dev4.marketstar.com/jqgridbug/</a></p>
</p>
<pre id="line11">	&#60;table id="list47"&#62;&#60;/table&#62;</pre>
<pre id="line11">	&#60;div id="plist47"&#62;&#60;/div&#62;</pre>
<pre id="line11">	var mydata = [
		{ id: "1", invdate: "2010-1-1", name: "Test 1", note: "note 1", tax: "10.00", total: "1111.00" },
		{ id: "2", invdate: "2010-2-1", name: "test 2", note: "note 2", tax: "20.00", total: "2111.00" },
		{ id: "3", invdate: "2007-3-1", name: "test 3", note: "note 3", tax: "30.00", total: "3111.00" },
		{ id: "3", invdate: "2007-4-1", name: "test 4", note: "note 4", tax: "40.00", total: "4111.00" },
		{ id: "3", invdate: "2007-5-1", name: "test 5", note: "note 5", tax: "50.00", total: "5111.00" },
		{ id: "3", invdate: "2007-6-1", name: "test 6", note: "note 6", tax: "60.00", total: "6111.00" },
		{ id: "3", invdate: "2007-7-1", name: "test 7", note: "note 7", tax: "70.00", total: "7111.00" },
		{ id: "3", invdate: "2007-8-1", name: "test 8", note: "note 8", tax: "80.00", total: "8111.00" },
		{ id: "3", invdate: "2007-9-1", name: "test 9", note: "note 9", tax: "90.00", total: "9111.00" }
	];
	jQuery("#list47").jqGrid({
		data: mydata,
		datatype: "local",
		height: 150,
		width: 400,
		rowNum: 200,
		scroll: 1,
		viewrecords: true,
		shrinkToFit: false,
		colNames: [&#39;Inv No&#39;, &#39;Date&#39;, &#39;Client&#39;, &#39;Amount&#39;, &#39;Tax&#39;, &#39;Total&#39;, &#39;Notes&#39;],
		colModel: [
   	<span style="white-space: pre;">	</span>	{ name: &#39;id&#39;, index: &#39;id&#39;, width: 60, sorttype: "int" },
   			{ name: &#39;invdate&#39;, index: &#39;invdate&#39;, width: 90, sorttype: "date", formatter: "date" },
   			{ name: &#39;name&#39;, index: &#39;name&#39;, width: 100 },
   			{ name: &#39;amount&#39;, index: &#39;amount&#39;, width: 80, align: "right", sorttype: "float", formatter: "number" },
   			{ name: &#39;tax&#39;, index: &#39;tax&#39;, width: 80, align: "right", sorttype: "float" },
   			{ name: &#39;total&#39;, index: &#39;total&#39;, width: 80, align: "right", sorttype: "float" },
   			{ name: &#39;note&#39;, index: &#39;note&#39;, width: 150, sortable: false }
   		],
		pager: "#plist47",
		caption: "Manipulating Array Data"
	});
</pre>
]]></description>
        	        	<pubDate>Wed, 16 Jun 2010 18:57:24 +0300</pubDate>
        </item>
        <item>
        	<title>tony on True-Scrolling IE 2 Pages</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/true-scrolling-ie-2-pages#p17900</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/true-scrolling-ie-2-pages#p17900</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>To resolve the issue I need a link to the problem</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sun, 13 Jun 2010 21:09:38 +0300</pubDate>
        </item>
        <item>
        	<title>C0de on True-Scrolling IE 2 Pages</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/true-scrolling-ie-2-pages#p17864</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/true-scrolling-ie-2-pages#p17864</guid>
        	        	<description><![CDATA[<p>Digging into this.... it seems to only happen when shrinkToFit is set to false.</p>
</p>
<p>It also is happening in all browsers.</p>
]]></description>
        	        	<pubDate>Fri, 11 Jun 2010 01:12:51 +0300</pubDate>
        </item>
        <item>
        	<title>C0de on True-Scrolling IE 2 Pages</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/true-scrolling-ie-2-pages#p17832</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/true-scrolling-ie-2-pages#p17832</guid>
        	        	<description><![CDATA[<blockquote>
<p>tony said:</p>
<p>Hello,</p>
<p>You can try the 3.7 beta from GitHub</p>
</p>
<p>Best Regards</p>
<p>Tony</p>
</blockquote>
<hr />
<p>Did this and am still having the same issue. &#160;I will attempt to use the 3.7 version and debug the js and figure out whats going on.</p>
</p>
<p>Thanks</p>
]]></description>
        	        	<pubDate>Wed, 09 Jun 2010 18:45:56 +0300</pubDate>
        </item>
        <item>
        	<title>tony on True-Scrolling IE 2 Pages</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/true-scrolling-ie-2-pages#p17792</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/true-scrolling-ie-2-pages#p17792</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>You can try the 3.7 beta from GitHub</p>
</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 08 Jun 2010 14:37:20 +0300</pubDate>
        </item>
        <item>
        	<title>C0de on True-Scrolling IE 2 Pages</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/true-scrolling-ie-2-pages#p17755</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/true-scrolling-ie-2-pages#p17755</guid>
        	        	<description><![CDATA[<p>I think this is the same issue from this topic: <a href="/blog/?page_id=393/bugs/true-scrolling-bug-with-jqgrid-3-6-5/&#38;value=2%20pages&#38;type=1&#38;include=1&#38;search=1&#38;ret=all" target="_blank">True-Scrolling Bug with jqGrid 3.6.5</a></p>
</p>
<p>When using...</p>
<ul>
<li>True-Scrolling</li>
<li>IE 7/8 (works fine in firefox, chrome, safari)</li>
<li>grid must be exactly 2 pages</li>
</ul>
<p>... scrolling to page 2 loads the data and works fine. &#160;However as soon as i scroll back up and then to the bottom again it reloads the data from the last page and duplicates the results in the grid and the page viewrecords says: &#160;<strong>View -48 - 149 of 149</strong></p>
</p>
<p>This was found on production and i need to dive into the code to see if i can find the problem. &#160;If you are aware of the issue or know of a fix any help would be&#160;appreciated.</p>
</p>
<p>-Jason</p>
]]></description>
        	        	<pubDate>Fri, 04 Jun 2010 20:24:51 +0300</pubDate>
        </item>
</channel>
</rss>