0
如何禁用jqgrid表頭懸停樣式。 我試圖回答這個解決方案from another stackover flow question,JQgrid:禁用表頭小鼠懸停樣式
$($("#gridId")[0].grid.hDiv).find(".ui-jqgrid-labels th.ui-th-column")
.unbind("mouseenter")
.unbind("mouseleave");
它禁用頭懸停的風格,但顯示在控制檯
Uncaught TypeError: Cannot read property 'grid' of undefined(…)