beforeValidate: function(evt, ui){ if(ui.source=="paste"){ ui.rowList = ui.rowList.filter(function(rObj){ return (rObj.type!=="add"); }) } }