2

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.

Element
  • 3,981
  • 7
  • 42
  • 51

2 Answers2

2

jqGrid 3.8 now supports grouping without subgrids.

See: http://www.trirand.com/blog/?p=690

sramsay
  • 113
  • 6
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