jqGrid exposes a property rowNum where you can set the number of rows to display for each page. How do you set the grid to just display ALL rows?
rowNum
Right
resolved it with simple change: rowNum: inputDataArray.length
where inputDataArray is the array that I am providing to the Grid.