SMART datagrid v.1 > Classes > TreeDataSet
It will be fired just before adding new child rows to the existing Tree Row.
If explicitly return false in this event handler, row adding will be cancelled. Just after adding rows, onRowsAdded event will be fired.
treeDataSet.onRowsAdding = function (ds, parent, index, rows) {
console.log('add rows');
}