Treeview ClientSide Behavior

S

ST

I have a treview control with checkbox which is databound from a
Dataset on the server side.

Iam trying to make the child elements be automatically selected or
deselected depending on the onclick event on the parent element. When
I try to get the clicked event on client side using javascript it
always shows Checkbox value that was databound initially, not the
current state.


var boolStatus = Tree.getTreeNode(tvMaster.clickedNodeIndex).getAttribute("Checked");
alert(boolStatus);

Any help would be appreciated.

Thx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,085
Messages
2,570,597
Members
47,218
Latest member
GracieDebo

Latest Threads

Top