<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Improved the scroll</title>
	<atom:link href="http://www.chrisvandesteeg.nl/2005/07/27/improved-the-scroll/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chrisvandesteeg.nl/2005/07/27/improved-the-scroll/</link>
	<description>What&#039;s practical is logical</description>
	<lastBuildDate>Mon, 23 Jan 2012 06:50:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: bores</title>
		<link>http://www.chrisvandesteeg.nl/2005/07/27/improved-the-scroll/comment-page-1/#comment-22817</link>
		<dc:creator>bores</dc:creator>
		<pubDate>Mon, 19 Nov 2007 12:14:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ilikeu2.nl/?p=7#comment-22817</guid>
		<description>gk Says:

&gt;joy this works.

&gt;myGridUpdater.additionalParms = ’sort=’+sortExp;
&gt;//set to -1 to force buffer update, i think!
&gt;myGridUpdater.requestContentRefresh(-1);
&gt;myGridUpdater.requestContentRefresh(0);

That in real act 2 requests. 

edit this:
 replaceCellContents: function(buffer, startPos) {
      if (startPos == this.lastDisplayedStartPos &amp;&amp; this.filterFlag == 0){
         return;
      }
      this.lastDisplayedStartPos = startPos;
      this.table.innerHTML = buffer.getRows(startPos, this.metaData.getPageSize());
   },

that right</description>
		<content:encoded><![CDATA[<p>gk Says:</p>
<p>&gt;joy this works.</p>
<p>&gt;myGridUpdater.additionalParms = ’sort=’+sortExp;<br />
&gt;//set to -1 to force buffer update, i think!<br />
&gt;myGridUpdater.requestContentRefresh(-1);<br />
&gt;myGridUpdater.requestContentRefresh(0);</p>
<p>That in real act 2 requests. </p>
<p>edit this:<br />
 replaceCellContents: function(buffer, startPos) {<br />
      if (startPos == this.lastDisplayedStartPos &amp;&amp; this.filterFlag == 0){<br />
         return;<br />
      }<br />
      this.lastDisplayedStartPos = startPos;<br />
      this.table.innerHTML = buffer.getRows(startPos, this.metaData.getPageSize());<br />
   },</p>
<p>that right</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ozkan</title>
		<link>http://www.chrisvandesteeg.nl/2005/07/27/improved-the-scroll/comment-page-1/#comment-123</link>
		<dc:creator>Ozkan</dc:creator>
		<pubDate>Fri, 24 Mar 2006 10:54:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ilikeu2.nl/?p=7#comment-123</guid>
		<description>It&#039;s really unbelievable, there are no guide to successfully implement the LiveGrid !!!

I am trying for 4 days and still cannot recieve data with many many JS errors!!

Now i give up and gonna try another method to publish my data.</description>
		<content:encoded><![CDATA[<p>It&#8217;s really unbelievable, there are no guide to successfully implement the LiveGrid !!!</p>
<p>I am trying for 4 days and still cannot recieve data with many many JS errors!!</p>
<p>Now i give up and gonna try another method to publish my data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alley=&#62;Chris van de steeg</title>
		<link>http://www.chrisvandesteeg.nl/2005/07/27/improved-the-scroll/comment-page-1/#comment-39</link>
		<dc:creator>Alley=&#62;Chris van de steeg</dc:creator>
		<pubDate>Tue, 27 Sep 2005 07:19:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ilikeu2.nl/?p=7#comment-39</guid>
		<description>@Karthikeyan :  what do you mean ? Have a look at the latest version @ http://blog.ilikeu2.nl/2005/09/10/livegrid-now-comes-with-xslt/</description>
		<content:encoded><![CDATA[<p>@Karthikeyan :  what do you mean ? Have a look at the latest version @ <a href="http://blog.ilikeu2.nl/2005/09/10/livegrid-now-comes-with-xslt/" rel="nofollow">http://blog.ilikeu2.nl/2005/09/10/livegrid-now-comes-with-xslt/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karthikeyan</title>
		<link>http://www.chrisvandesteeg.nl/2005/07/27/improved-the-scroll/comment-page-1/#comment-38</link>
		<dc:creator>Karthikeyan</dc:creator>
		<pubDate>Tue, 27 Sep 2005 05:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ilikeu2.nl/?p=7#comment-38</guid>
		<description>Can anyone post actual source code so that I can just follow that</description>
		<content:encoded><![CDATA[<p>Can anyone post actual source code so that I can just follow that</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alley=&#62;Chris van de steeg</title>
		<link>http://www.chrisvandesteeg.nl/2005/07/27/improved-the-scroll/comment-page-1/#comment-36</link>
		<dc:creator>Alley=&#62;Chris van de steeg</dc:creator>
		<pubDate>Wed, 17 Aug 2005 13:30:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ilikeu2.nl/?p=7#comment-36</guid>
		<description>@gk: could you please email me the code that you changed for the regular expression search? It doesn&#039;t seem to be posted ok in the comments</description>
		<content:encoded><![CDATA[<p>@gk: could you please email me the code that you changed for the regular expression search? It doesn&#8217;t seem to be posted ok in the comments</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William Reed</title>
		<link>http://www.chrisvandesteeg.nl/2005/07/27/improved-the-scroll/comment-page-1/#comment-35</link>
		<dc:creator>William Reed</dc:creator>
		<pubDate>Wed, 17 Aug 2005 13:09:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ilikeu2.nl/?p=7#comment-35</guid>
		<description>Can someone post actual source code so I can just follow that?</description>
		<content:encoded><![CDATA[<p>Can someone post actual source code so I can just follow that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William Reed</title>
		<link>http://www.chrisvandesteeg.nl/2005/07/27/improved-the-scroll/comment-page-1/#comment-34</link>
		<dc:creator>William Reed</dc:creator>
		<pubDate>Wed, 17 Aug 2005 13:08:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ilikeu2.nl/?p=7#comment-34</guid>
		<description>The manual on rico is awful, its like reading a foreign manual trying to get this to work, I just want to know how to get it to work on ASP.  I get the XML working fine but the javascript and the necessary ASP I dont have working.</description>
		<content:encoded><![CDATA[<p>The manual on rico is awful, its like reading a foreign manual trying to get this to work, I just want to know how to get it to work on ASP.  I get the XML working fine but the javascript and the necessary ASP I dont have working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gk</title>
		<link>http://www.chrisvandesteeg.nl/2005/07/27/improved-the-scroll/comment-page-1/#comment-33</link>
		<dc:creator>gk</dc:creator>
		<pubDate>Tue, 16 Aug 2005 23:15:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ilikeu2.nl/?p=7#comment-33</guid>
		<description>Found the problem, the code in this function meant that the offset had to be changed to update, I commented out those lines, another hack but works myGridUpdater.fetchBuffer(0, true) works fine now

&lt;code&gt;
   replaceCellContents: function(buffer, startPos) {
      //if (startPos == this.lastDisplayedStartPos){
      //   return;
      //}
      this.lastDisplayedStartPos = startPos
      this.table.innerHTML = buffer.getRows(startPos, this.metaData.getPageSize());
   },
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Found the problem, the code in this function meant that the offset had to be changed to update, I commented out those lines, another hack but works myGridUpdater.fetchBuffer(0, true) works fine now</p>
<p><code><br />
   replaceCellContents: function(buffer, startPos) {<br />
      //if (startPos == this.lastDisplayedStartPos){<br />
      //   return;<br />
      //}<br />
      this.lastDisplayedStartPos = startPos<br />
      this.table.innerHTML = buffer.getRows(startPos, this.metaData.getPageSize());<br />
   },<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alley=&#62;Chris van de steeg</title>
		<link>http://www.chrisvandesteeg.nl/2005/07/27/improved-the-scroll/comment-page-1/#comment-32</link>
		<dc:creator>Alley=&#62;Chris van de steeg</dc:creator>
		<pubDate>Tue, 16 Aug 2005 06:46:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ilikeu2.nl/?p=7#comment-32</guid>
		<description>@William Reed: sorry, really no time for such.
You could look at the original rico grid at openrico.org, they have a manual</description>
		<content:encoded><![CDATA[<p>@William Reed: sorry, really no time for such.<br />
You could look at the original rico grid at openrico.org, they have a manual</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alley=&#62;Chris van de steeg</title>
		<link>http://www.chrisvandesteeg.nl/2005/07/27/improved-the-scroll/comment-page-1/#comment-31</link>
		<dc:creator>Alley=&#62;Chris van de steeg</dc:creator>
		<pubDate>Tue, 16 Aug 2005 06:45:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ilikeu2.nl/?p=7#comment-31</guid>
		<description>@gk: hehe, yeah that will work ;)
But that&#039;s not the intention... I didn&#039;t know you wanted a &#039;fresh&#039; refresh..sorry.
The way to do a forced reget of the data is:

myGridUpdater.fetchBuffer(0, true);</description>
		<content:encoded><![CDATA[<p>@gk: hehe, yeah that will work <img src='http://www.chrisvandesteeg.nl/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
But that&#8217;s not the intention&#8230; I didn&#8217;t know you wanted a &#8216;fresh&#8217; refresh..sorry.<br />
The way to do a forced reget of the data is:</p>
<p>myGridUpdater.fetchBuffer(0, true);</p>
]]></content:encoded>
	</item>
</channel>
</rss>

