Pman.Tab.PersonList.js
authorMichael <michael@roojs.com>
Mon, 9 Mar 2015 06:04:26 +0000 (14:04 +0800)
committerMichael <michael@roojs.com>
Mon, 9 Mar 2015 06:04:26 +0000 (14:04 +0800)
Pman.Tab.PersonList.js

index ab725ed..6ed72a4 100644 (file)
@@ -268,7 +268,7 @@ Pman.Tab.PersonList.prototype = {
                         rec.commit();
                         Roo.select('.x-grid-row-selected').item(3).addClass('x-grid-row-fadeout');
                         (function(){
-                            Roo.select('.x-grid-row-selected').item(3).remove();
+                            _this.grid.ds.remove(rec);
                         }).defer(5000);