sustasuman@gmail.com

Forum Replies Created

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • Haha found the solution myself:LaughCool

    $(“#customerSearchForm”).submit(function (e) {

    e.preventDefault();

    $('#customerResults').jqGrid().setGridParam({

    url: $('form:first').attr('action'),

    postData: $('form:first').serialize(),

    datatype:'json',

    jsonReader : { root: “rows”, page: “page”, total: “total”, }

    }).trigger(“reloadGrid”, [{page:1} ]);

    });

Viewing 1 replies (of 1 total)

Stay connected with us in your favorite flavor!