SMART datagrid v.1 > Classes > DataSet
Like GridDataSet.clearRows, setRows, it will be fired when there is change throughout data set.
In most cases, onRowCountChanged will be fired following this event.
dataSet.onRefresh = function (ds) {
console.log("dataset refreshed");
};