网站开发与移动开发

博客园 首页 新随笔 管理

随笔分类 -  Ajax

摘要:jqGrid 3.6.2 中文文档——BasicGrid(3)上一篇:4、jqGrid 3.6.2 中文文档——BasicGrid(2)下一篇:6、jqGrid 3.6.2 中文文档——BasicGrid(4)Events(事件)事件响应动作被设置为表格的属性,以下定义了行被选中时的响应: var lastSel;jQuery("#gridid").jqGrid({... onSelectRow: function(id){ if(id && id!==lastSel){ jQuery('#gridid').restoreRow(lastSe 阅读全文
posted @ 2012-02-25 13:26 txf2004 阅读(363) 评论(0) 推荐(0)

摘要:var commonQuery = '../importantInfoReport/pageQueryImportantInfoReport.action?type=0'; jQuery("#listImportInfoReport").jqGrid ({ rowNum : 10, type:'POST', pager : '#pagerImportantInfoReport', viewrecords : true, multiselect: true, width: defaultGridWidth, height : d 阅读全文
posted @ 2011-12-16 15:28 txf2004 阅读(299) 评论(0) 推荐(0)