Roo/bootstrap/layout/Border.js
[roojs1] / Roo / bootstrap / layout / Border.js
index 36a0fdd..08ae3a7 100644 (file)
@@ -359,7 +359,7 @@ layout.addxtype({
                     // render grid on panel activation (if panel background)
                     ret.on('activate', function(gp) {
                         if (!gp.grid.rendered) {
-                            gp.grid.render(cfg.grid.getGridEl());
+                            gp.grid.render(gp.grid.getGridEl());
                         }
                     });
                 } else {