SMART datagrid v.1 > Classes > GridView
Expand all group rows. It is the same as the code below.
grid.expand(null, true, true);
$('#expandAll').click(function (ev) { grid.expandAll(); };