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

index 35b46de..948bce0 100644 (file)
@@ -377,6 +377,7 @@ Roo.extend(Roo.grid.RowSelectionModel, Roo.grid.AbstractSelectionModel,  {
             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){