Hello,
I am using SGWT 3.0 and I have an issue in Firefox 6 and Chrome 16, it works fine with IE 9.
As shown in attached screenshot, the headers of my ListGrid are less wide than my data columns while I configured autofit this way:
grid.setAutoFitFieldWidths(true);
grid.setAutoFitWidthApproach(AutoFitWidthApproach.BOTH);
If I click on column menu "Auto Fit All Columns", the problem gets fixed.
So I thought I would call grid.autoFitFields() but it does nothing either when called from a DataArrivedHandler or from a button ClickHandler.
I also tried to switch back to 2.5 but got the same issue.
Thanks for any suggestion,
Gael
I am using SGWT 3.0 and I have an issue in Firefox 6 and Chrome 16, it works fine with IE 9.
As shown in attached screenshot, the headers of my ListGrid are less wide than my data columns while I configured autofit this way:
grid.setAutoFitFieldWidths(true);
grid.setAutoFitWidthApproach(AutoFitWidthApproach.BOTH);
If I click on column menu "Auto Fit All Columns", the problem gets fixed.
So I thought I would call grid.autoFitFields() but it does nothing either when called from a DataArrivedHandler or from a button ClickHandler.
I also tried to switch back to 2.5 but got the same issue.
Thanks for any suggestion,
Gael
Comment