博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

JQGRID隐藏标题栏

Posted on 2012-09-03 14:29  oilsun  阅读(1075)  评论(0编辑  收藏  举报
   
if you want hurry, test

$(".ui-jqgrid-titlebar").hide();

or if you have multiple grids, then only hide titlebar of $("#grid"), then do

$("#gview_grid > .ui-jqgrid-titlebar").hide()