Roo/grid/RowSelectionModel.js
authoredward <edward@roojs.com>
Tue, 5 Jan 2016 05:52:59 +0000 (13:52 +0800)
committeredward <edward@roojs.com>
Tue, 5 Jan 2016 05:52:59 +0000 (13:52 +0800)
Roo/grid/RowSelectionModel.js

index 1decda3..35b46de 100644 (file)
@@ -375,6 +375,8 @@ Roo.extend(Roo.grid.RowSelectionModel, Roo.grid.AbstractSelectionModel,  {
                 this.clearSelections();
             }
             var r = this.grid.dataSource.getAt(index);
+            Roo.log('running select row!!!!!!!!!!!!!!!!!!!!!!!!');
+            Roo.log(r);
             this.selections.add(r);
             this.last = this.lastActive = index;
             if(!preventViewNotify){