- 注册时间
- 2016-7-24
- 最后登录
- 1970-1-1
- 阅读权限
- 10
- 积分
- 111
- 精华
- 0
- 帖子
- 21

|
同一个代码,为什么IE11没问题,在IE8下数据就挤到一块呢?datagrid用的是动态列,代码如下: String str ="[{type:\"checkcolumn\"},{type: \"indexcolumn\",allowSort:true,header:\"序号\"},";
str+="{field: \"ID\", width: 120, visible:false,headerAlign: \"center\", allowSort: true, header: \"主键\", editor: { type: \"textbox\"} },";
str+="{field: \"OBJECT_NAME\", width: 120, headerAlign: \"center\", allowSort: true, header: \"名称\", editor: { type: \"textbox\"} },";
str+="{field: \"OBJECT_CODE\", width: 120, headerAlign: \"center\", allowSort: true, header: \"编码\", editor: { type: \"textbox\"} },";
|
|