构建wijgrid的代码:
// Construct the grid
$("#wijgridObject").wijgrid({
allowPaging: true,
allowSorting: true,
pageSize: gridTotalRows,
pagerSettings: { position: "bottom" },
allowColMoving: false,
columnResizing: false,
allowColSizing: false,
data: currentLayer.GridObjects,
showFilter: true,
rowStyleFormatter: function (args)
{
...
},
columns: gridColumnGroupings
});
如何设置 Wijmo 网格的宽度?我的似乎没有自动填充浏览器窗口的宽度......
wijmo 的人没用,没有其他关于将 wijgrid 的宽度设置为 100% 的话题