JQGrid列宽总是自动宽度

时间:2016-11-09 08:49:01

标签: jquery jqgrid free-jqgrid

最近从jqGrid 4.4.4复古版本升级到jqGrid 4.13.5。它与旧版本一起工作正常。现在列宽已经结合。

$("#gridViewEditable").jqGrid({
        datatype: "local",
        data: data,
        cmTemplate: { autoResizable: true ,resizable : false,shrinkToFit:false,autowidth:false},
        autoResizing: { compact: true },
        gridview:true,
        loadonce:true,
        autowidth:false,
        shrinkToFit:false,
        pager: '#gridViewEditablePager',
        rownumbers: true,
        pgbuttons :false,
        viewrecords : false,
        pgtext : "",
        pginput : false,
        ignoreCase: true,
        viewrecords: true,
        caption: "Services",
        editurl: 'clientArray',
        footerrow: true, .........
老pqGrid Old JqGrid

新的JQgrid New JQGrid

1 个答案:

答案 0 :(得分:0)

我想你没有包含ui.jqgrid.min.css(或者包含错误的路径)。有关详细信息,请参阅herehere