您好,欢迎访问一九零五行业门户网

Ext JS Grid在IE6 下宽度的问题解决方法_extjs

解决方法:
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);
}
其它类似信息

推荐信息