In the jqgrid 4.4.4 $("#myGrid").getGridParam("page"); to get the page number that user entered in the pagination text box.
But it returns the page number that was already present in that pagination text box.
Note: In the jqgrid 3.7.2 (+ jquery 1.4.2) it was working fine(ie returning the user entered value)
Anyone have suggestions and workarounds ?
(Now I am using jquery version 1.9.0 + jqgrid 4.4.4)