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
    });

Comments

Popular posts from this blog

My Interview Experience

React Checkbox Control SPFx