摘要: jquery ui combogrid 查询jquery:View Code 1 $("#StallName").combogrid({ 2 panelWidth: 450, 3 idField: 'Value', 4 textField: 'Text', 5 pageSize: 10, //每页显示的记录条数,默认为10 6 pageList: [10], //可以设置每页记录条数的列表 7 method: 'post', 8 fit: true, //自动大小 9 ... 阅读全文
posted @ 2012-10-23 13:44 @索卡 阅读(3694) 评论(3) 推荐(0) 编辑
摘要: View Code <script type="text/javascript"> $(function () { $('#test').datagrid({ title: 'My DataGrid', // 标题 iconCls: 'icon-save', //头图片 width: 730, height: 350, nowrap: false, //是否在一行显示数据 st... 阅读全文
posted @ 2012-10-23 13:40 @索卡 阅读(259) 评论(0) 推荐(0) 编辑