Hello,

I'm using treeview to browse a bunch of categorized items.

I'm using the async tree. However I want one of the first level items
to start "expanded".  My solution was to alter the source to display
that level using the children node.  However, when I set that
"expanded": true, there is this "placeholder" node that appears above
all of my nodes.

I need one of two solutions:
A method that will tell the async tree to expand a given node after
the initial load, which will cause jquery to remove the placeholder
when it executes the asynchronous population
OR, a way to remove this "placeholder", from the specifc node, which
i've manually populated.

Reply via email to