How to use JScrollPane with jqgrid? I tried to use it but the headers are not moving. Here is my code.
gridComplete:function(){
$('#gview_mygrid >div.ui-jqgrid-bdiv').jScrollPane({ showArrows: true, scrollbarWidth: 17, arrowSize: 17, scrollbarMargin: 0 });}
Finally I figured it out..
Here is the working code.
In the markup
IN Java script, We have to bind the header (class .ui-jqgrid-hbox) also to scroll