摘要: 1、前台展现单选框datagrid代码 $('#List').datagrid({ url: '@Url.Action("GetList")', width: $(window).width() - 10, methord: 'post', height: $(window).height() - 阅读全文
posted @ 2018-03-24 11:50 Zero77 阅读(170) 评论(0) 推荐(0) 编辑
摘要: 不多说了直接上代码, $('#List').treegrid({ url: '@Url.Action("GetList")', width: $(window).width() - 10, methord: 'post', height: $(window).height() - 35, fitCo 阅读全文
posted @ 2018-03-24 09:45 Zero77 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 属性 该属性扩展自数据网格(datagrid),下面是为树形网格(treegrid)添加的属性。 名称类型描述默认值 idField string 定义标识树节点的键名字段。必需。 null treeField string 定义树节点的字段。必需。 null animate boolean 定义当 阅读全文
posted @ 2018-03-23 08:33 Zero77 阅读(325) 评论(0) 推荐(0) 编辑