I have a jqgrid with some data loaded initially and some data added dynamically. The function
$('#mygrid').jqGrid('getGridParam','data');
retrieves correctly all grid data, but doesn't care about any sort order applied by user clicking on the sort icons on grid headers.
There is any additional function or parameter that i can use to get sorted data as showed by jqGrid table?