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
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