examples/grid/calendar.js
authorAlan Knowles <alan@roojs.com>
Wed, 9 Apr 2014 09:18:17 +0000 (17:18 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 9 Apr 2014 09:18:17 +0000 (17:18 +0800)
examples/grid/calendar.js

index 228578d..5cd7416 100644 (file)
@@ -61,6 +61,8 @@ var Example = {
         }, 'grid-panel');
 
         this.grid.render();
+        this.grid.load();
+        
         var gridHead = this.grid.getView().getHeaderPanel(true);
         var tb = new Roo.Toolbar(gridHead, [ {
                             xtype: 'Button',
@@ -123,7 +125,7 @@ var Example = {
                             },
                             text : "Next"
                         }
-    ]);
+            ]);