autowidth : true,
height : 320,
shrinkToFit : false,
cellEdit : true,
cellsubmit : 'clientArray',
loadtext : '请求数据中.....',
scrollOffset : 0,
rowList : [10, 20, 30, 50, 100],
postData : {
flag : where
},
pager : '#pager2',
mtype : "post",
viewrecords : true,
multiselect : true,
multiselectWidth:10,
sortorder : "",
pagerpos : "left",
recordpos : "right",
beforeSelectRow : function(rowid, e, col) {
if (col == "1") {
return true;
} else {
return false;
}
},
beforeEditCell : function(rowid, cellname, v, iRow, iCol) {
lastROW = iRow;
lastCOL = iCol;
},
afterSaveCell : function(rowid, cellname, v, iRow, iCol) {
ssXmbh(rowid, cellname, v, iRow, iCol);
changeBxcz(rowid, cellname, v, iRow, iCol);
}