change: function(evt, ui){ //debugger; var ul = ui.updateList[0], rowData = ul.rowData, newVal = ul.newRow.grp, oldVal = ul.oldRow.grp; if(rowData.pq_gtitle && newVal){ rowData.children.forEach(function(rd){ rd.CO = newVal; }) this.refreshView();//regroup data. } }