<?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: Dublicate row after horizontal scroll</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/dublicate-row-after-horizontal-scroll</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/dublicate-row-after-horizontal-scroll/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Dublicate row after horizontal scroll</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/dublicate-row-after-horizontal-scroll#p17533</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/dublicate-row-after-horizontal-scroll#p17533</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks. The bug is fixed in 3.7 beta.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 28 May 2010 10:20:00 +0300</pubDate>
        </item>
        <item>
        	<title>wega on Dublicate row after horizontal scroll</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/dublicate-row-after-horizontal-scroll#p17384</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/dublicate-row-after-horizontal-scroll#p17384</guid>
        	        	<description><![CDATA[<p>Example code:</p>
<p>&#60;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"</p>
<p>"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&#62;</p>
<p>&#60;html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"&#62;</p>
<p>&#60;head&#62;</p>
<p>&#60;meta http-equiv="Content-Type" content="text/html; charset=utf-8&#8243;/&#62;</p>
<p>&#60;script type="text/javascript" src="/js/jquery-1.4.2.min.js"&#62;&#60;/script&#62;</p>
<p>&#60;script type="text/javascript" src="/js/jquery.jqGrid.min.js"&#62;&#60;/script&#62;</p>
<p>&#60;script type="text/javascript" src="/js/jquery-ui-1.8.1.custom.min.js"&#62;&#60;/script&#62;</p>
<p>&#60;link rel="stylesheet" type="text/css" href="/css/ui.jqgrid.css"/&#62;</p>
<p>&#60;link rel="stylesheet" type="text/css" href="/css/jquery.ui.all.css"/&#62;</p>
<p>&#60;link rel="stylesheet" type="text/css" href="/css/jquery-ui-1.8.1.custom.css"/&#62;</p>
</p>
<p>&#60;script type="text/javascript"&#62;</p>
<p>$(document).ready(function() {</p>
<p>testGrid = jQuery("#testGrid").jqGrid({</p>
<p>url:&#39;/test/&#39;,</p>
<p>datatype: "json",</p>
<p>colModel: [</p>
<p>{name:&#39;id&#39;, width:100},</p>
<p>{name:&#39;Col1&#39;, width:100},</p>
<p>{name:&#39;Col2&#39;, width:1000},</p>
<p>],</p>
<p>scroll: true,</p>
<p>shrinkToFit: false,</p>
<p>width: 400</p>
<p>});</p>
<p>});</p>
<p>&#60;/script&#62;</p>
<p>&#60;/head&#62;</p>
<p>&#60;body style="font-size:75%"&#62;</p>
<p>&#60;table id="testGrid"&#62;&#60;/table&#62;</p>
<p>&#60;/body&#62;</p>
<p>&#60;/html&#62;</p>
</p>
<p>Display:</p>
<p>[Image Can Not Be Found]</p>
<p>After scrolling to the right:</p>
<p>&#160;[Image Can Not Be Found]</p>
]]></description>
        	        	<pubDate>Fri, 21 May 2010 15:39:29 +0300</pubDate>
        </item>
</channel>
</rss>