sforteza
21 Oct 2009, 12:28 AM
Hello everyone, i have a problem with TreeGrid's setExpanded method, seems it's not working when invoking it after the models had been loaded to the treeStore.
Using GXT Version 2.0.1.
Not working using the following browser:
*IE6
*FF3.0.13
*Chrome 3.0.195.27
also, not working in hosted mode.
for (BaseModelData model : treeStore.getRootItems()) {
treeGrid.setExpanded(model, true);
}
According to some posts it was already fixed but in what version or is there something that i missed?
Thanks in advance ~o)
Francis
Using GXT Version 2.0.1.
Not working using the following browser:
*IE6
*FF3.0.13
*Chrome 3.0.195.27
also, not working in hosted mode.
for (BaseModelData model : treeStore.getRootItems()) {
treeGrid.setExpanded(model, true);
}
According to some posts it was already fixed but in what version or is there something that i missed?
Thanks in advance ~o)
Francis