I'm searching for variable name of Jqgrid Ajax Success Result bcoz I added additional data for further processing.
I'm talking about result of the url:
I know this is jusing ajax call, but i dont know how jqgrid name its result, for example, sucess: function(result)
jQuery("#list2").jqGrid({
url:'server.php?q=2',
datatype: "json",
Anyone knows whats the result name?