Hello,
we have noticed that the autoFitColumn(column) method of the Grid only works properly if the Grid displays a footer.
The autoFitColumn does a Math.max on the outerWidth of the column's header, body and footer, but if no footer is available, the Math.max return NaN, thus breaking the autoFitColumn correct behavior.
Is it possible to correct this?
Kind regards