Hi All,
I have a strange error, as soon as I enable grouping, using the following:
       $(“#wiGrid”).jqGrid(‘setGroupHeaders’,
           {
               useColSpanStyle: false,
               groupHeaders: [{ startColumnName: ‘col1’, numberOfColumns: 2, titleText: ‘PART’ }]
           });
Â
All of my column lines start shifting over, and it gets worse as you go farther down the grid. Am I missing anything obvious?

Thanks!
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top