This question is locked. New answers and comments are not allowed.
Hi,
When I call treeview.expand(item), if the node is already expanded, it will be collapsed. How can I keep that from happening? I was thinking I could check if the node is expanded, don't call treeview.expand(item), but I'm not sure how to check if the node is expanded in javascript. Your help is very much appreciated.
Thank you,
Donna
When I call treeview.expand(item), if the node is already expanded, it will be collapsed. How can I keep that from happening? I was thinking I could check if the node is expanded, don't call treeview.expand(item), but I'm not sure how to check if the node is expanded in javascript. Your help is very much appreciated.
Thank you,
Donna
