I have a treeview with several nodes and their child nodes under root node. I am having checkbox enabled for each node. What i need is when user checks on parent node all the child nodes under that node should be checked on (similar for uncheck).
I want to achieve this using JQuery.
Any help is greatly appreciated.
Thanks for sharing your time and wisdom.
You could try the following, taken from the asteranup’s answer:
Javascript: