I am looking at the sample http://demos.telerik.com/ASPNET/Prometheus/TreeView/Examples/Functionality/CheckBoxes/DefaultCS.aspx
and it says that
"This example also demonstrates the use of the OnClientNodeChecked event, which allow fine-tuning of the RadTreeView behavior. This event is used to check/uncheck all child nodes if the parent node is checked/unchecked."
But this sample does not use the OnClientNodeChecked event. Instead it uses the CheckChildNodes property.
But I am actually looking for the Javascript to "uncheck" all of child nodes if it is unchecked (it sounds like the way the example used to work). But not to auto-check all child nodes if checked. Does this example still exist?
Thanks!
and it says that
"This example also demonstrates the use of the OnClientNodeChecked event, which allow fine-tuning of the RadTreeView behavior. This event is used to check/uncheck all child nodes if the parent node is checked/unchecked."
But this sample does not use the OnClientNodeChecked event. Instead it uses the CheckChildNodes property.
But I am actually looking for the Javascript to "uncheck" all of child nodes if it is unchecked (it sounds like the way the example used to work). But not to auto-check all child nodes if checked. Does this example still exist?
Thanks!