examples/bootstrap/nested.html
authorAlan Knowles <alan@roojs.com>
Fri, 7 Jul 2017 02:31:01 +0000 (10:31 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 7 Jul 2017 02:31:01 +0000 (10:31 +0800)
examples/bootstrap/nested.html

index 0fd5000..54cbe9a 100644 (file)
@@ -171,7 +171,7 @@ Example.Nested = new Roo.XComponent({
                     listeners : {
                             activate : function()
                             {
-                                this.grid.store.load();
+                                this.grid.store.load.defer(100, this.grid.store);
                             }
                         },
                     grid : {