I looked here and couldn't find an answer how to do this with Jqgrid. In pure html, this would be colspan. I have 7 columns and the last one is long comment that needs to be shown on a separate line as this:
col 1 | col 2 | col3 | col 4 | col 5 | col6
Col7 blah blah blah
This will repeat for every record in the data set. Is there a way to achieve this in Jqgrid?