Dear jqWidgets team
I like columnsautoresize: true
, because we can resize columns without getting either a horizontal scrollbar or a gap at the right side (because on enlarging a column, another one will be shrinked and vice versa).
However, this behaviour is messed up, if we use savestate / loadstate: after loading back the state, resizing columns will behave as if columnsautoresize is off: widen a column will cause the grid to show the horizontal scrollbar; narrowing a column will endup in displaying the gap at grids right side.
Here a video (made from your demo …/jqxgrid/saveloadstate.htm with columnsautoresize: true

It would be nice, if this would be fixed in the next version!
Thanks in advance.