add edit delete Using JQGrid
jQuery("#" + ctrId).jqGrid({
data: mydata,
datatype: "local",
editurl: 'clientArray',
colNames: colColumnValue,
colModel: colModelValue,
shrinkToFit: false,
multiselect: true,
rowList: [10, 20, 30],
pager: '#' + pgr,
caption: Caption,
width: 500,
height: 210
});
data: mydata,
datatype: "local",
editurl: 'clientArray',
colNames: colColumnValue,
colModel: colModelValue,
shrinkToFit: false,
multiselect: true,
rowList: [10, 20, 30],
pager: '#' + pgr,
caption: Caption,
width: 500,
height: 210
});
Comments