I replaced the jqGrid I had with the latest one from GIT (4.9.0 beta something), and the toppager_right is now defaulted as "display: none;"
That basically makes what I had there not visible.
I had this $(nameOfGrid + '_toppager_right').append(indication); used for painting some specific html code (marked here as 'indication'), but now I can't get it due to last changes.
Is there a new way to use _toppager_right? or should I just change the element using Jquery (doing $(nameOfGrid + '_toppager_right').show() will solve this,just that I still think this is a backward compatibility issue that might need to be mentioned)?
Thanks,