I have a listgrid with a couple of columns, where one is "note" and can be very large. When there is a lot of text, the columns becomes so big so that the other columns are squeezed together. In the grid itself this is not an issue, since i call setWidth on the other columns, and that is respected.
However, in the print preview this is not the case, and the other columns are shrinked so that there's for example wordwrap on datetimes.
I have tried setting wrap to false, tried setting minwidth on all other columns, but nothing works. If i do setWidth in CSS manually using firebug it works.
So, this is my question: Is there any way for me to specify that a specific listgrid column should have a minwidth attribute that makes it into the print preview?
As an aside, i noticed that the print preview is not resized when the window is resized. Is this by design? It looks kind of strange.
However, in the print preview this is not the case, and the other columns are shrinked so that there's for example wordwrap on datetimes.
I have tried setting wrap to false, tried setting minwidth on all other columns, but nothing works. If i do setWidth in CSS manually using firebug it works.
So, this is my question: Is there any way for me to specify that a specific listgrid column should have a minwidth attribute that makes it into the print preview?
As an aside, i noticed that the print preview is not resized when the window is resized. Is this by design? It looks kind of strange.
Comment