grid._h2.forEachChild????

Hi,



i need to be able to get all rows from a grid. you previously told me before that i should use grid._h2.forEachChild(0,

     function(row)

     {



this gets all rows in the correct order that they are displayed however if i am using an xml document and use this function it only gets the rows that have been opened / loaded.



i want it to get all rows irregardless of whether they are open or not, how do i achieve this



thanks

i want it to get all rows irregardless of whether they are open or not, how do i achieve this
It seems that you are using smart XML parsing mode, in which node stays unparsed while it not requested.
To reach all items - you need unparse all XML , which will nullify all performance gained by smart XML parsing mode