Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Richard White on Jan 04, 2008 13:43
open dhtmlx forum
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
Answer posted by Support on Jan 14, 2008 08:53
>>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