Roo/ViewPanel.js
authorChris <chris@roojs.com>
Mon, 21 Oct 2013 08:07:01 +0000 (16:07 +0800)
committerChris <chris@roojs.com>
Mon, 21 Oct 2013 08:07:01 +0000 (16:07 +0800)
Roo/ViewPanel.js

index 22732ec..4be3562 100644 (file)
@@ -298,6 +298,10 @@ Roo.grid.ViewPanel = function(container, config){
 
 
 Roo.extend(Roo.grid.ViewPanel, Roo.grid.Grid, {
+    
+    // private
+    rendered : false,
+    
     /**
     * @cfg {Boolean} autoWidth True to set the grid's width to the default total width of the grid's columns instead
     * of a fixed width. Default is false.