Using jqGrid v4.7.1
Entering a page number in pginput does not goto that page number.
What am I not doing correctly when entering a integer value in the pginput input element and pressing enter does not seem to fire an OnPaging event.
Do I need to enable something for this to work?
I do see an event for First, Last, Prev, Next, and Select but nothing for pignut.
onPaging: function( pgButton ) {
alert(‘paging’);
},
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top