Is it possible to expand the Parent nodes to show all child nodes when it is checked?
Basically what is happening, (using the original code on this forum for selected all child nodes) a user will check the parent, and all child nodes will be selected as well (Which is exactly what I want) but also, I want this parent to expand and show its
child nodes, so that the user can see what all was selected.
cypherkro
Member
3 Points
15 Posts
Re: ASP.NET 2.0 Treeview Checkboxes - Check/Uncheck child and parent - Javascript
Jul 31, 2007 01:25 PM|LINK
Hi Guys
Is it possible to expand the Parent nodes to show all child nodes when it is checked?
Basically what is happening, (using the original code on this forum for selected all child nodes) a user will check the parent, and all child nodes will be selected as well (Which is exactly what I want) but also, I want this parent to expand and show its child nodes, so that the user can see what all was selected.
Can this be done?
Thanks in advance
Kevin