SMART datagrid v1.4 > Classes > TreeView

Back  Forward

DataLudi.TreeView.collapseAll  method

자식행을 가지고 expanded인 모든 행들을 접는다. 

개별적인 onExpanding, onExpanded 이벤트는 발생하지 않는다. 

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