SMART datagrid v.1 > Classes > DataSet
当添加、删除等数据组的内容发生变更时,将会触发这个事件。
ds.onDataChanged = function (ds) { console.log('Data set changed.'); };