How to use jScrollPane with jqgrid?
问题 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 });} 回答1: Finally I figured it out.. Here is the working code. In the markup <div id="container" > <table id="list"><tr><td/></tr></table> <div id="pager"></div> </div> IN Java script, We have to bind the header (class .ui-jqgrid-hbox) also to