Posted by Nick Dee
on 20.06.2007 21:56
Has anyone had this problem,

 The last record in my query does not show up in the Live Grid. I 
checked the XML that the sever created and it is there as the last 
record.

Nick
Posted by leonardo shikida
on 29.06.2007 20:53
Attachment: example.tgz
here, my problem is that sometimes the first row is missing

try this example for example (FF 2)

http://jerome.sadou.free.fr/grid/index.php

grab the slider up and down several times, fast.

starts from #2

I've tried using my own JSP, generating just 100 entries

grab the slider up and down again

starts from #5. from #7. from #9. from #2.

the following error arises

Error: htmlRow has no properties
Source File: http://localhost:9090/myapp/rico.1.1.2.js
Line: 2143

   populateRow: function(htmlRow, row) {
      for (var j=0; j < row.length; j++) {
         htmlRow.cells[j].innerHTML = row[j] <<<<<<<<<<<<<<<<<
      }
   },

I just tried to implement the example suggested by this tutorial

http://jerome.sadou.free.fr/jerome/doc/RicoLiveGridPhpEnglishHowTo.pdf

my code is attached.

any ideas?

thanks in advance

Kenji
Posted by leonardo shikida
on 29.06.2007 21:02
try with 1000 rows. you'll never be able to use the scroll bar and go 
back to something less than #12
Posted by leonardo shikida
on 29.06.2007 21:05
in IE 6 is even worse. it just breaks after reaching #200 or something.
Posted by leonardo shikida
on 29.06.2007 21:18
it seems that using rico 2 is the solution ;-)