js-jqgrid treegrid不能多选,怎么解决
1个回答
2016-07-22
展开全部
改变返回的数据信息就行
如返回的是json格式的数据,下面是每个列的标注,其中Expanded为true就是展开
"MenuId", "MenuName", "Url", "level", "parent", "IsLeaf", "Expanded", "Loaded"
列
{
"page": 1,
"records": 10000,
"total": 1,
"rows": [
{
"id": 0,
"cell": [
"510",
"1",
"",
"1",
"0",
false,
true,
true
]
},
{
"id": 1,
"cell": [
"511",
"11",
"",
"2",
"510",
false,
true,
true
]
},
{
"id": 2,
"cell": [
"51101",
"111",
"ur111",
"3",
"511",
true,
true,
true
]
},
{
"id": 3,
"cell": [
"51102",
"112",
"url112",
"3",
"511",
true,
true,
true
]
},
{
"id": 42,
"cell": [
"12",
"报表",
"",
"2",
"510",
false,
true,
true
]
},
{
"id": 43,
"cell": [
"121",
"test",
"test",
"3",
"512",
true,
true,
true
]
},
{
"id": 44,
"cell": [
"122",
"rtest",
"test",
"3",
"512",
true,
true,
true
]
}
]
}
如返回的是json格式的数据,下面是每个列的标注,其中Expanded为true就是展开
"MenuId", "MenuName", "Url", "level", "parent", "IsLeaf", "Expanded", "Loaded"
列
{
"page": 1,
"records": 10000,
"total": 1,
"rows": [
{
"id": 0,
"cell": [
"510",
"1",
"",
"1",
"0",
false,
true,
true
]
},
{
"id": 1,
"cell": [
"511",
"11",
"",
"2",
"510",
false,
true,
true
]
},
{
"id": 2,
"cell": [
"51101",
"111",
"ur111",
"3",
"511",
true,
true,
true
]
},
{
"id": 3,
"cell": [
"51102",
"112",
"url112",
"3",
"511",
true,
true,
true
]
},
{
"id": 42,
"cell": [
"12",
"报表",
"",
"2",
"510",
false,
true,
true
]
},
{
"id": 43,
"cell": [
"121",
"test",
"test",
"3",
"512",
true,
true,
true
]
},
{
"id": 44,
"cell": [
"122",
"rtest",
"test",
"3",
"512",
true,
true,
true
]
}
]
}
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询