Link to home
Start Free TrialLog in
Avatar of kateL
kateL

asked on

How to expand a tree node when it's checked?

Hi experts,

How can I expand a tree node when it's check box is checked or unchecked?

I also have a JavaScript function that runs after any node on the tree is checked that checks/inchecks its child nodes

i.e. onclick="treeViewCheck(event)

and i need this to run AFTER the tree node is expanded  

 Thanks a million
ASKER CERTIFIED SOLUTION
Avatar of srinivasbn
srinivasbn
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of kateL
kateL

ASKER

Hi srinivasbn,

So do you know the code for expanding the selected node with javascript?

I've been looking on the web for ages and can't find it
Hi

I am really sorry, i am not well in javascript.