PDA

View Full Version : Does Tree have maximum of levels?



ArtemB
27 Oct 2007, 4:18 AM
Hi, everybody!

I have a tree with AsyncTreeNode. I add nodes as children and children of children until the 6th level. And then, the nodes are added, I see them in the database, but they aren't loaded to the tree. Is there a maximum, I've reached?

Thanx in advance!

Animal
27 Oct 2007, 4:46 AM
Are you using remote loading from a URL?

Tree nodes are not loaded until they are needed. That is until the node that contains them is expanded, and they need to be displayed.

ArtemB
27 Oct 2007, 4:49 AM
I expand all the parent nodes until the last level, and the last parent, to which I try to add children, is displayed as a leaf, so no chance to expand it

ArtemB
27 Oct 2007, 5:50 AM
I'm sorry, it was not in client-side, it was my backend's problem. Thanx for trying to help. Ext rocks!