Hi there
I notice that when you set the columns as hidden:true in the treeGrid definition that the aggregates do not align under the columns they are associated to. It seems that when you set a column as hidden, it gets hidden in the grid, but still displays in the aggregates status bar. You can test this easily using the below jqWidgets fiddle below. To replicate this , change the hidden property on the FirstName column. You will see that the aggregates do not align.. How can this be resolved in any way?
http://jsfiddle.net/jqwidgets/WyU62/
Code To Modify in fiddle
columns: [{
text: ‘FirstName’,
dataField: ‘FirstName’,
width: 200,
align: ‘left’,
cellsAlign: ‘left’,
hidden: true
}, {
Regards
Robbie