0

How can grouped column headers be hidden?

What I mean is turning this:

... into this:

enter image description here

Documentation didn't help unfortunately.

Grouping demo

Cœur
  • 37,241
  • 25
  • 195
  • 267
Jess Stone
  • 677
  • 8
  • 21

1 Answers1

0

You can use destroyGroupHeader method.

Oleg
  • 220,925
  • 34
  • 403
  • 798
  • 1
    @JessStone: You should understand that jqGrid is **pure JavaScript product** (to be exactly it's jQuery plugin). So the most parts of PHP code just generates JavaScript code. It is doesn't important whether you find the method like `$grid->destroyGroupHeader()` in jqSuite for PHP or not. You still can use it. Look at the documentation [here](http://www.trirand.net/documentation/php/_2v90ju98u.htm) or [here](http://www.trirand.net/documentation/php/_2v90jr1py.htm) to understand how to mix PHP code with JavaScript code. – Oleg Dec 17 '13 at 17:14