Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    ListGrid autofit issue in FF 6 and Chrome 16

    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
    Attached Files

    #2
    Can you show minimal, runnable test code that would allow us to reproduce this problem?

    Comment


      #3
      no I can't but I have seen also similar problems in the Smart Console as shown in attached screenshot
      Attached Files

      Comment

      Working...
      X