SMART datagrid v.1 > Classes > GridDataSet
It will be fired after inserting the data row.
After firing this event, onRowCountChanged event will be fired. And, just before inserting, onRowInserting event will be fired.
ds.onRowInserted = function (ds, row) {
console.log("New row is added at " + row);
}