SMART datagrid v.1 > Classes > TreeView

Back  Forward

DataLudi.TreeView.collapseAll  method

It has child row and collapses all expanded rows. 

Individual onExpanding, onExpanded events will not be fired. 

function collapseAll ();
Returns
Void
Code -1
    $('#btnCollapseAll').click(function () {
        tree.collapseAll();
    });
See Also
onExpanding
onExpanded
expandAll
GroupRow.expanded
Tree Overview
Examples
Hello Tree