<?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: ProtoType LiveGrid now comes with XSLT</title>
	<atom:link href="http://www.chrisvandesteeg.nl/2005/09/10/livegrid-now-comes-with-xslt/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chrisvandesteeg.nl/2005/09/10/livegrid-now-comes-with-xslt/</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: Schleevoigt</title>
		<link>http://www.chrisvandesteeg.nl/2005/09/10/livegrid-now-comes-with-xslt/comment-page-1/#comment-33892</link>
		<dc:creator>Schleevoigt</dc:creator>
		<pubDate>Sun, 09 Nov 2008 19:56:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ilikeu2.nl/?p=9#comment-33892</guid>
		<description>I have covert the scroll with a layer. It works fine.
Now I ahve updated the texts in DB and I want to refresh the viewport.

===
new Ajax.Request(&#039;./lib/updateDB.ajax.php&#039;, {
      parameters: params,
      onSuccess: function() {
 	  var posi = myGridUpdater.scroller.lastScrollPos;
 	  myGridUpdater.requestContentRefresh(posi);
 	  }
 });
===
doesnt work. Any ideas?

Rainer</description>
		<content:encoded><![CDATA[<p>I have covert the scroll with a layer. It works fine.<br />
Now I ahve updated the texts in DB and I want to refresh the viewport.</p>
<p>===<br />
new Ajax.Request(&#8216;./lib/updateDB.ajax.php&#8217;, {<br />
      parameters: params,<br />
      onSuccess: function() {<br />
 	  var posi = myGridUpdater.scroller.lastScrollPos;<br />
 	  myGridUpdater.requestContentRefresh(posi);<br />
 	  }<br />
 });<br />
===<br />
doesnt work. Any ideas?</p>
<p>Rainer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Schleevoigt</title>
		<link>http://www.chrisvandesteeg.nl/2005/09/10/livegrid-now-comes-with-xslt/comment-page-1/#comment-33885</link>
		<dc:creator>Schleevoigt</dc:creator>
		<pubDate>Sun, 09 Nov 2008 14:26:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ilikeu2.nl/?p=9#comment-33885</guid>
		<description>I try to make an editable grid. Here is my construction site:
http://tools.webmasterei.com/kinogrid/

If the field is editable, I wish to disable scrolling and after saving I want repaint the viewport. Any ideas?

If I set $$(&#039;.scrollerdiv&#039;)[0].style.overflowY =&#039;hidden&#039;; then the scroll bar disappear but the spot is on top of liste of DIVs.

Rainer</description>
		<content:encoded><![CDATA[<p>I try to make an editable grid. Here is my construction site:<br />
<a href="http://tools.webmasterei.com/kinogrid/" rel="nofollow">http://tools.webmasterei.com/kinogrid/</a></p>
<p>If the field is editable, I wish to disable scrolling and after saving I want repaint the viewport. Any ideas?</p>
<p>If I set $$(&#8216;.scrollerdiv&#8217;)[0].style.overflowY =&#8217;hidden&#8217;; then the scroll bar disappear but the spot is on top of liste of DIVs.</p>
<p>Rainer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Botez</title>
		<link>http://www.chrisvandesteeg.nl/2005/09/10/livegrid-now-comes-with-xslt/comment-page-1/#comment-32183</link>
		<dc:creator>Alex Botez</dc:creator>
		<pubDate>Mon, 20 Oct 2008 10:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ilikeu2.nl/?p=9#comment-32183</guid>
		<description>If you are looking for an ASP.NET LiveGrid version check out the http://www.sharppieces.com/free-aspnet-controls/LiveGrid.aspx .</description>
		<content:encoded><![CDATA[<p>If you are looking for an ASP.NET LiveGrid version check out the <a href="http://www.sharppieces.com/free-aspnet-controls/LiveGrid.aspx" rel="nofollow">http://www.sharppieces.com/free-aspnet-controls/LiveGrid.aspx</a> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kim, Kyeok</title>
		<link>http://www.chrisvandesteeg.nl/2005/09/10/livegrid-now-comes-with-xslt/comment-page-1/#comment-1766</link>
		<dc:creator>Kim, Kyeok</dc:creator>
		<pubDate>Mon, 16 Oct 2006 02:06:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ilikeu2.nl/?p=9#comment-1766</guid>
		<description>oops.. ;;

There was a little problem posting..
I posted again..

getrows.jsp


&lt;%&#160;&#160;&#160;&#160;&#160;&#160;&#160; /////////////////////////////////////////////////////////////&#160;&#160;&#160;&#160;&#160;&#160;&#160; // NOTICE. The first line doesn&#039;t have space line.&#160;&#160;&#160; //&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; It has to started with &quot;&lt;?xml viersion=....&quot;.&#160;&#160;&#160;&#160;&#160;&#160;&#160; //&#160;&#160;&#160;&#160;&#160;&#160;&#160; // (ì½”ë“œ ì²«ì§¸ì¤„ì— ê³µë°±ì´ ìžˆìœ¼ë©´ ì•ˆëœë‹¤.)&#160;&#160;&#160;&#160;&#160;&#160;&#160; /////////////////////////////////////////////////////////////&#160;&#160;&#160;&#160;&#160;&#160;&#160; // step1. get Parameter&#160;&#160;&#160;&#160;&#160;&#160;&#160; String&#160; id = null;&#160;&#160;&#160;&#160;&#160;&#160;&#160; int&#160;&#160;&#160;&#160; offset = 0;&#160;&#160;&#160;&#160;&#160;&#160;&#160; int&#160;&#160;&#160;&#160; page_size = 15; //default size = 15;&#160;&#160;&#160; if(request.getParameter(&quot;id&quot;)!=null)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; id = request.getParameter(&quot;id&quot;);&#160;&#160;&#160;&#160;&#160;&#160;&#160; if(request.getParameter(&quot;offset&quot;)!=null)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; offset = Integer.parseInt(request.getParameter(&quot;offset&quot;));&#160;&#160;&#160;&#160;&#160;&#160;&#160; if(request.getParameter(&quot;page_size&quot;)!=null)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; page_size = Integer.parseInt(request.getParameter(&quot;page_size&quot;));%&gt;&lt;% response.setHeader(&quot;Content-Type&quot;, &quot;text/xml&quot;); %&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;ISO-8859-1&quot; ?&gt;&lt;ajax-response totalrows=&quot;12129&quot; rowcount=&quot;&lt;%=page_size%&gt;&quot;&gt;&lt;%&#160;&#160;&#160;&#160;&#160;&#160;&#160; int index = 0, i=0;&#160;&#160;&#160; int start_row = offset + 1;&#160;&#160;&#160; int end_row = start_row + page_size;&#160;&#160;&#160; for(i=start_row; i&lt;end_row; i++){%&gt;&lt;div rownum=&quot;&lt;%=index++%&gt;&quot; style=&quot;border-bottom: 1px dashed silver&quot;&gt;&#160; &lt;h2 style=&quot;margin: 0px;&quot;&gt;&lt;%=i%&gt;&lt;/h2&gt;&#160; &lt;span&gt;So, this is&lt;/span&gt;&#160; &lt;br /&gt;&#160; &lt;b&gt;row &lt;%=i%&gt;&lt;/b&gt;&#160; &lt;/div&gt;&lt;%&#160;&#160;&#160;&#160;&#160;&#160;&#160; }%&gt;&lt;/ajax-response&gt;</description>
		<content:encoded><![CDATA[<p>oops.. ;;</p>
<p>There was a little problem posting..<br />
I posted again..</p>
<p>getrows.jsp</p>
<p>&lt;%&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /////////////////////////////////////////////////////////////&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // NOTICE. The first line doesn&#8217;t have space line.&nbsp;&nbsp;&nbsp; //&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; It has to started with &#8220;&lt;?xml viersion=&#8230;.&#8221;.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // (ì½”ë“œ ì²«ì§¸ì¤„ì— ê³µë°±ì´ ìžˆìœ¼ë©´ ì•ˆëœë‹¤.)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /////////////////////////////////////////////////////////////&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // step1. get Parameter&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; String&nbsp; id = null;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; int&nbsp;&nbsp;&nbsp;&nbsp; offset = 0;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; int&nbsp;&nbsp;&nbsp;&nbsp; page_size = 15; //default size = 15;&nbsp;&nbsp;&nbsp; if(request.getParameter(&#8220;id&#8221;)!=null)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; id = request.getParameter(&#8220;id&#8221;);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if(request.getParameter(&#8220;offset&#8221;)!=null)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; offset = Integer.parseInt(request.getParameter(&#8220;offset&#8221;));&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if(request.getParameter(&#8220;page_size&#8221;)!=null)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; page_size = Integer.parseInt(request.getParameter(&#8220;page_size&#8221;));%&gt;&lt;% response.setHeader(&#8220;Content-Type&#8221;, &#8220;text/xml&#8221;); %&gt;&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;ISO-8859-1&#8243; ?&gt;&lt;ajax-response totalrows=&#8221;12129&#8243; rowcount=&#8221;&lt;%=page_size%&gt;&#8221;&gt;&lt;%&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; int index = 0, i=0;&nbsp;&nbsp;&nbsp; int start_row = offset + 1;&nbsp;&nbsp;&nbsp; int end_row = start_row + page_size;&nbsp;&nbsp;&nbsp; for(i=start_row; i&lt;end_row; i++){%&gt;&lt;div rownum=&#8221;&lt;%=index++%&gt;&#8221; style=&#8221;border-bottom: 1px dashed silver&#8221;&gt;&nbsp; &lt;h2 style=&#8221;margin: 0px;&#8221;&gt;&lt;%=i%&gt;&lt;/h2&gt;&nbsp; &lt;span&gt;So, this is&lt;/span&gt;&nbsp; &lt;br /&gt;&nbsp; &lt;b&gt;row &lt;%=i%&gt;&lt;/b&gt;&nbsp; &lt;/div&gt;&lt;%&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }%&gt;&lt;/ajax-response&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kim, Kyeok</title>
		<link>http://www.chrisvandesteeg.nl/2005/09/10/livegrid-now-comes-with-xslt/comment-page-1/#comment-1765</link>
		<dc:creator>Kim, Kyeok</dc:creator>
		<pubDate>Mon, 16 Oct 2006 01:59:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ilikeu2.nl/?p=9#comment-1765</guid>
		<description>Hi~
These days, I&#039;m studying about Rico&#039;s LiveGrid..
then, I found your blog..  I&#039;m so glad..
It&#039;s a little hard that finding sample codes in web site of my country.
Sometimes, I&#039;ll visit your blog. :)

and..

How about my code..?
I made a code of jsp version.. named &quot;getrows.jsp&quot;..

----------------------------------------------------------------------
&quot;&gt;
&quot; style=&quot;border-bottom: 1px dashed silver&quot;&gt;
  
  So, this is
  
  &lt;b&gt;row &lt;/b&gt;
  




well... Have a good day..
Bye~~</description>
		<content:encoded><![CDATA[<p>Hi~<br />
These days, I&#8217;m studying about Rico&#8217;s LiveGrid..<br />
then, I found your blog..  I&#8217;m so glad..<br />
It&#8217;s a little hard that finding sample codes in web site of my country.<br />
Sometimes, I&#8217;ll visit your blog. <img src='http://www.chrisvandesteeg.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>and..</p>
<p>How about my code..?<br />
I made a code of jsp version.. named &#8220;getrows.jsp&#8221;..</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
&#8220;&gt;<br />
&#8221; style=&#8221;border-bottom: 1px dashed silver&#8221;&gt;</p>
<p>  So, this is</p>
<p>  <b>row </b></p>
<p>well&#8230; Have a good day..<br />
Bye~~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Farrar</title>
		<link>http://www.chrisvandesteeg.nl/2005/09/10/livegrid-now-comes-with-xslt/comment-page-1/#comment-280</link>
		<dc:creator>John Farrar</dc:creator>
		<pubDate>Sat, 10 Jun 2006 14:39:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ilikeu2.nl/?p=9#comment-280</guid>
		<description>There seems to be issues with XSL in IE7 also.</description>
		<content:encoded><![CDATA[<p>There seems to be issues with XSL in IE7 also.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alley=&#62;Chris van de steeg</title>
		<link>http://www.chrisvandesteeg.nl/2005/09/10/livegrid-now-comes-with-xslt/comment-page-1/#comment-263</link>
		<dc:creator>Alley=&#62;Chris van de steeg</dc:creator>
		<pubDate>Mon, 05 Jun 2006 06:36:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ilikeu2.nl/?p=9#comment-263</guid>
		<description>@Serg: sorry for the late response. 
But if you set the height of your grid (the real physical height), it will display too many rows. Don&#039;t set any heights with style attributes, and it will auto-size to 3 rows.</description>
		<content:encoded><![CDATA[<p>@Serg: sorry for the late response.<br />
But if you set the height of your grid (the real physical height), it will display too many rows. Don&#8217;t set any heights with style attributes, and it will auto-size to 3 rows.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Serg</title>
		<link>http://www.chrisvandesteeg.nl/2005/09/10/livegrid-now-comes-with-xslt/comment-page-1/#comment-242</link>
		<dc:creator>Serg</dc:creator>
		<pubDate>Tue, 23 May 2006 03:46:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ilikeu2.nl/?p=9#comment-242</guid>
		<description>I have problem with auto row height.
I use the following code to display only 3 visible rows:
myGridUpdater = new LiveGrid (&#039;mygrid&#039;, 3, 100000, &#039;getrows.php&#039;, opts);
...

...
getrows.php produce the following xml:
--------------------------------------------------


111	
222
333
444
...


--------------------------------------------------
When I open it in any browser i&#039;ve got 15(!) visible rows NOT 3. Why?
How to set height manualy or what am I doing wrong ?</description>
		<content:encoded><![CDATA[<p>I have problem with auto row height.<br />
I use the following code to display only 3 visible rows:<br />
myGridUpdater = new LiveGrid (&#8216;mygrid&#8217;, 3, 100000, &#8216;getrows.php&#8217;, opts);<br />
&#8230;</p>
<p>&#8230;<br />
getrows.php produce the following xml:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>111<br />
222<br />
333<br />
444<br />
&#8230;</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
When I open it in any browser i&#8217;ve got 15(!) visible rows NOT 3. Why?<br />
How to set height manualy or what am I doing wrong ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alley=&#62;Chris van de steeg</title>
		<link>http://www.chrisvandesteeg.nl/2005/09/10/livegrid-now-comes-with-xslt/comment-page-1/#comment-172</link>
		<dc:creator>Alley=&#62;Chris van de steeg</dc:creator>
		<pubDate>Mon, 08 May 2006 06:19:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ilikeu2.nl/?p=9#comment-172</guid>
		<description>@dizel:
the livegrid itself works in firefox, ie &amp; opera (did not test safari, no mac).
Maybe you used some other functions that are IE only.
Checkout the demo&#039;s ... they&#039;re cross-browser</description>
		<content:encoded><![CDATA[<p>@dizel:<br />
the livegrid itself works in firefox, ie &amp; opera (did not test safari, no mac).<br />
Maybe you used some other functions that are IE only.<br />
Checkout the demo&#8217;s &#8230; they&#8217;re cross-browser</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alley=&#62;Chris van de steeg</title>
		<link>http://www.chrisvandesteeg.nl/2005/09/10/livegrid-now-comes-with-xslt/comment-page-1/#comment-171</link>
		<dc:creator>Alley=&#62;Chris van de steeg</dc:creator>
		<pubDate>Mon, 08 May 2006 06:17:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ilikeu2.nl/?p=9#comment-171</guid>
		<description>@Richard Tallent:
It should calculate the rowheight just the way you describe it. The only requirement is that each row is exactly the same height though</description>
		<content:encoded><![CDATA[<p>@Richard Tallent:<br />
It should calculate the rowheight just the way you describe it. The only requirement is that each row is exactly the same height though</p>
]]></content:encoded>
	</item>
</channel>
</rss>

