Is it possible to group in jqgrid without using subgrids ? I just want a heading that spans all columns with the group title, not a subgrid with different headings. The only examples of grouping I can find seem to use a full subgrid.
Asked
Active
Viewed 6,874 times
2 Answers
1
As Sonny noted, grouping is now part of jqGrid - you can see the demos on this page under Grouping.
Originally I thought you meant grouping of column headers, which is still not supported by jqGrid: jqGrid Forum - about-grouping-column-header. It would be a nice feature, though.

Justin Ethier
- 131,333
- 52
- 229
- 284
-
Can you take a look at [this question](http://stackoverflow.com/questions/6939096/hide-grouping-heading-in-jqgrid-if-every-row-inside-it-is-hidden) please – AabinGunz Aug 07 '11 at 10:47