Hallo,
we set autoFitLastColumn=true on all grids.
we use the groupBy feature with one grouped column and face an unneeded horizontal scrollbar. Grid Width is set to 100% and the sum of set column width is less then the actual grid width rendered. So there is no reason for a scrollbar. I think the grid is miscalculating width and this is an issue that should be fixed. Setting autoFitLastColumn to false "fixes" this issue, but the column widths still fit to 100%. Please have a look at my screenshots.
Hello,
You should set all the column widths in percentages or skip setting the width for the last column.
thanks for your reply.
Setting no width to the last column doesn't fix this issue, only setting autoFitLastColumn to false solves this issue for us. It seems that the grid is always fitting the last column, if groupBy feature is used (regardless of setting autoFitLastColumn).
This workaround works for us, I just mentioned it here :)
It's nice to hear you have your workaround. But can you send me a sample or at least the grid configuration, so I can investigate it. It might be a bug, caused by the combination of features or something else.