Posted in Javascript onFebruary 15, 2009
解决方法:
1、修改ext-all.css,找到.x-grid3-header-offset,修改为.x-grid3-header-offset{padding-left:1px;/*width:10000px;*/width:auto;}
2、在grid中加入下面代码:
monitorResize: true, doLayout: function() { this.setSize(Ext.get(this.getEl().dom.parentNode).getSize(true)); Ext.grid.GridPanel.prototype.doLayout.call(this); }
Ext JS Grid在IE6 下宽度的问题解决方法
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@