SMART datagrid v.1 > Classes > DataSet
追加, 削除などでデータセットの全体の行の数が変更になったら発生する。
ds.onRowCountChanged = function (ds) { alert('Row count changed: ' + ds.rowCount()); };