在 IE 上包装 jqGrid 列标题的问题

Posted

技术标签:

【中文标题】在 IE 上包装 jqGrid 列标题的问题【英文标题】:Problem with wrapping jqGrid column headers on IE 【发布时间】:2011-04-08 04:05:48 【问题描述】:

我在我的页面中使用 jqGrid,我修改了 ui.jqgrid.css 文件来包装列标题,如下所示:

.ui-jqgrid tr.jqgrow td 
    white-space: normal !important;


.ui-th-column,.ui-jqgrid .ui-jqgrid-htable th.ui-th-column
    white-space:normal;

它在除 IE 之外的所有浏览器中都能正常工作!我试过IE7和IE8,问题依旧。

【问题讨论】:

【参考方案1】:

尝试另外使用

.ui-th-div-ie 
    white-space:normal !important;
    height:auto !important;

已更新:在我看来,与其使用所有这些样式,不如使用以下样式:

th.ui-th-column div
    white-space:normal !important;
    height:auto !important;
    padding:2px;

它似乎在所有浏览器中都运行良好。查看示例here。

更新 2:您可以在the answer 中找到有关该问题的更多信息和更多演示。

【讨论】:

【参考方案2】:

这应该可行:

th.ui-th-column div
    height:auto!important;


.ui-jqgrid .ui-jqgrid-htable th div 
    white-space:normal !important;
    height:auto!important;
    padding:2px;

我尝试了 Oleg 的答案。但是,虽然有包装,但高度并没有增加以适应内容。所以我修改了上面的css并且确实有效。我认为它会帮助像我这样的人。 :)

【讨论】:

以上是关于在 IE 上包装 jqGrid 列标题的问题的主要内容,如果未能解决你的问题,请参考以下文章

如何在适用于 IE7、IE8 和 FF 的 jqGrid 上实现自动换行

在 jqGrid ColumnChooser 上添加删除列处理程序

如何包装jqGrid内容?

调整浏览器大小时调整jqGrid的大小?

jqGrid动态列绑定

如何将css应用于jqgrid标题列