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.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
jqGrid 3.8 now supports grouping without subgrids.
See: http://www.trirand.com/blog/?p=690
回答2:
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.