$(function(){
   $(window).resize(function(){   
      $("#jqgridID").setGridWidth($(window).width());
   });
}); 

  

相关文章: