Roo/bootstrap/Table/RowSelectionModel.js
authorAlan Knowles <alan@roojs.com>
Thu, 10 Aug 2017 05:45:53 +0000 (13:45 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 10 Aug 2017 05:45:53 +0000 (13:45 +0800)
Roo/bootstrap/Table/RowSelectionModel.js

index 8bd01b3..1321b53 100644 (file)
@@ -110,6 +110,7 @@ Roo.extend(Roo.bootstrap.Table.RowSelectionModel, Roo.bootstrap.Table.AbstractSe
             },
             scope: this
         });
+        this.grid.store.on('load', this.clearSelections, this);
         /*
         var view = this.grid.view;
         view.on("refresh", this.onRefresh, this);