SMART datagrid v.1 > Classes > GridDataSet
It will be fired when one or more rows have been updated by calling updateRows.
In rows, it contains the index of rows which have been updated actually.
dataset.updateRows = function (ds, rows) {
alert("Multiple rows have been updated.");
}