I have customized paging and I have set these attributes to jqGrid (and some others):
pginput: true,
pgtext: myCurPage + ' of ' + myAllPages,
……..
but I would like to have input type (text) for changing current page. So, myCurPage should be in the input field for my sample (now is just shown as label).
If pgtext is not set, the input field is shown by default for current page.