1

I am using a asp .net tree view control whose "ShowCheckBoxes" property has been set to "All". Now if the user checks the root node, i want all nodes under it to be "checked". I have looked at the event model, but i cannot find a event or a property that tells me if the checked node is a root or a child node.

How do i find if the selected node is a root or a child?

1 Answer 1

2

It's possible with javascript, look @

Link

or

http://dotnetslackers.com/Community/blogs/kaushalparik/archive/2008/06/17/treeview-automatically-check-all-childnode-checkboxes-on-checking-parentnode-checkbox-using-javascript.aspx

Sorry for the short answer...

:)

//W

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.