Is it possible to remove the header part of a Jqgrid
I would like to know if it's possible to remove the header part of a jqgrid (part with the title 开发者_开发技巧of the grid and the expand/collapse button). Not the column header but the whole Grid header.
Thanks for your answers.
Bertrand
If you don't want a header then just don't define the caption
parameter of the jqGrid.
精彩评论