<?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: scroll:true and localdata / loadonce does not work together</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/scrolltrue-and-localdata-loadonce-does-not-work-together</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/scrolltrue-and-localdata-loadonce-does-not-work-together/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on scroll:true and localdata / loadonce does not work together</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/scrolltrue-and-localdata-loadonce-does-not-work-together#p9705</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/scrolltrue-and-localdata-loadonce-does-not-work-together#p9705</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks. Yes currently scroll does not have sence with local data, but I think the correction should be:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit8599' value='Select Code' data-codeid='sfcode8599' /></p>
<div class='sfcode' id='sfcode8599'>
<p>if(ts.p.scroll===true &#38;&#38; ts.p.datatype != &#39;local&#39;) {$(&#8221;tbody tr&#8221;,ts.grid.bDiv).remove();}</p>
</div>
<p>Which really make sence.</p>
<p>Best regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 14 Sep 2009 22:28:56 +0300</pubDate>
        </item>
        <item>
        	<title>ghum on scroll:true and localdata / loadonce does not work together</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/scrolltrue-and-localdata-loadonce-does-not-work-together#p9695</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/scrolltrue-and-localdata-loadonce-does-not-work-together#p9695</guid>
        	        	<description><![CDATA[<p>hello,</p>
<p>around line 934 in grid.base.js there is:</p>
</p>
<p>&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; if(ts.p.scroll===true) {$("tbody tr",ts.grid.bDiv).remove();}</p>
<p>this statement does clear all ROWS of the ts object. After that SortArrayData returns [], the grid is empty.</p>
</p>
<p>Maybe "ts.p.scroll===true" and "loadonce === true" together do not make a lot of sense, but I recommend to document this.</p>
</p>
<p>Harald</p>
]]></description>
        	        	<pubDate>Mon, 14 Sep 2009 09:54:51 +0300</pubDate>
        </item>
</channel>
</rss>