easyui datagrid 就显示滚动条框,不显示实际滚动条 求高手解答 附上图片 代码
$("#ParentCategoryList").datagrid({width:300,height:300,nowrap:true,autoRowHeight:fal...
$("#ParentCategoryList").datagrid({
width: 300,
height: 300,
nowrap: true,
autoRowHeight: false,
striped: true,
collapsible: true,
singleSelect: true,
showHeader: false,
pagination: false,
url: g_UrlHandler + "?Action=GetParentCategory",
idField: 'CategoryID',
frozenColumns: [[
{ field: 'CategoryID', title: 'CategoryID', width: 60, hidden: true },
{ field: 'CategoryName', title: '上级分类名称', width: 230 }
]],
onClickRow :function (rowIndex,rowData) {
InitChildCategory(rowData.CategoryID);
}
}); 展开
width: 300,
height: 300,
nowrap: true,
autoRowHeight: false,
striped: true,
collapsible: true,
singleSelect: true,
showHeader: false,
pagination: false,
url: g_UrlHandler + "?Action=GetParentCategory",
idField: 'CategoryID',
frozenColumns: [[
{ field: 'CategoryID', title: 'CategoryID', width: 60, hidden: true },
{ field: 'CategoryName', title: '上级分类名称', width: 230 }
]],
onClickRow :function (rowIndex,rowData) {
InitChildCategory(rowData.CategoryID);
}
}); 展开
3个回答
展开全部
我也遇到了这个问题,纠结了半天……
你的数据列是不是只有一列?并且你把这一列冻结了,也就是frozen=“true”,把这个属性去掉,不要冻结,就可以了……
你的数据列是不是只有一列?并且你把这一列冻结了,也就是frozen=“true”,把这个属性去掉,不要冻结,就可以了……
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你是要显示滚动条还是不显示?设置下高度试试。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询