X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6a7e4474cba9d8be4b2ec445e10f1691f7277c50..b37ceabb82336ee82757cd32efe353cfab8ec267:/docs/source/GridPanel.html?ds=sidebyside diff --git a/docs/source/GridPanel.html b/docs/source/GridPanel.html index 1b9afabd..efeb8d19 100644 --- a/docs/source/GridPanel.html +++ b/docs/source/GridPanel.html @@ -7,7 +7,7 @@
/*! - * Ext JS Library 3.2.0 + * Ext JS Library 3.2.2 * Copyright(c) 2006-2010 Ext JS, Inc. * licensing@extjs.com * http://www.extjs.com/license @@ -664,8 +664,10 @@ function(grid, rowIndex, columnIndex, e) { s = cs[i]; c = cm.getColumnById(s.id); if(c){ - c.hidden = s.hidden; - c.width = s.width; + cm.setState(i, { + hidden: s.hidden, + width: s.width + }); oldIndex = cm.getIndexById(s.id); if(oldIndex != i){ cm.moveColumn(oldIndex, i);