SMART datagrid v.1 > Classes > TreeView
It has child row and expands all collapsed rows.
If parameter level is greater than 0, it will expand only the rows of which Tree Row level is this value. Individual onCollapsing, onCollapsed events will not be fired.
$('#btnExpandAll').click(function () {
tree.expandAll();
});