mbana@free.fr

Forum Replies Created

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • in reply to: reload grid after inline save data (from save button) #101592
    mbana@free.fr
    Participant

    grid reload can be done with inlineNav/addParams/addRowParams/successfunc function:

    example:

    $(“#grid”).jqGrid('inlineNav',”#pager”, {

    addParams: {

    addRowParams: {

    successfunc: function (val){

    if (val.responseText == 'OK') {

    $(this).jqGrid('setGridParam', {datatype: 'json'}).trigger('reloadGrid');

    }

    },

Viewing 1 replies (of 1 total)

Stay connected with us in your favorite flavor!