//load the empty grid
jQuery(“#customerResults”).jqGrid({
datatype: 'local',
loadonce:true,
colNames:[ 'Address'],
colModel:[ {name:'addrLineTxt',index:'addrLineTxt', editable:false}],
autowidth:true,
height: 'auto',
rowList:[],
pgbuttons:false,
pgtext:null,
viewrecords: true,
pager: '#customerResultPager',
caption:”Customer Search Result”,
shrinkToFit: true,
});
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top