SMART datagrid v.1 > Classes > GridView
It will be fired after expanding Group Row which has been collapsed.
Just before being expanded, onExpanding event will be fired.
grid.onExpanded = function (grid, group) {
alert('expanded!');
};