This setting enable cascade selection and unselection of children
Examples
Sample
<div id="tree"></div>
<script>
$('#tree').tree({
dataSource: '/Locations/Get',
cascadeSelection: true
});
</script>
This setting enable cascade selection and unselection of children
<div id="tree"></div>
<script>
$('#tree').tree({
dataSource: '/Locations/Get',
cascadeSelection: true
});
</script>