Setup: forceFit:true , autowidth: true
When doing:
$(“#” + dataGrid).groupingGroupBy( groupColl ,{groupDataSorted : false, groupColumnShow: [false]});
The table shrinks a little bit. Afther a bit off debugging I stumbled on this code in grid.base.js:
if($t.p.shrinkToFit===true) {
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top