TreeGrid Expansion

Hi,

i have a tree grid,in which i am doing dynamic loading,

if i wants to open the tree thru function like below



for(i=0;i<10;i++)

{

mygrid.openitem(i);

}

it is expanding only first node



for(i=0;i<10;i++)

{

mygrid.openitem(i);

alert(‘1’);

}

i am able to see the full expanstion for each alert popup



any help on this





Problem with such use-case in dyn. loading mode confirmed and fixed ( in case of dyn. loading , only last branch will be correctly expanded )
Fix will be included in next build, if you need it ASAP - please contact us directly at support@dhtmlx.com