SMART datagrid v.1 > Classes > TreeView
It has child row and collapses all expanded rows.
Individual onExpanding, onExpanded events will not be fired.
$('#btnCollapseAll').click(function () { tree.collapseAll(); });