摘要: 我的异常网http://www.myexception.cn/ajax/414051.htmljqGrid:二、 第一个jqGrid<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html> <head> <title>grid.html</title> <meta http-equiv="keywords&q 阅读全文
posted @ 2013-02-20 20:36 Brook Legend 阅读(568) 评论(0) 推荐(0)
摘要: $("#dataInfo").jqGrid({ datatype: "local", //Array Data colNames: [ '轨迹', '车牌号码'], //列标题列表 colModel: [ { name: 'CheckBox', index: 'CheckBox', align: 'center', width: 100,sortable: false }, { name: 'LicenceNumber', index: 'Licenc 阅读全文
posted @ 2013-02-20 20:17 Brook Legend 阅读(2251) 评论(0) 推荐(0)
摘要: 这样写:$( pGridId ).closest(".ui-jqgrid-bdiv").css({ 'overflow-x' : 'hidden' });参数:shrinkToFit:false, ( autoScroll: true,)例子如下:http://z3sm2012.iteye.com/blog/1431549 {name:'inventoryCode',index:'inventoryCode', width:160, editable:true,align:"center"} 阅读全文
posted @ 2013-02-20 19:52 Brook Legend 阅读(6831) 评论(0) 推荐(0)