Announcement

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

    ListGrid header created when showing group summary in header ignores grid size

    I'm using a ListGrid where the records are grouped and the group summary is shown in the header. I'm seeing a problem whenever the data is loaded where the table determines the width of the headers before the extra header created by showing the group summary is added and the widths are not recalculated afterwards. This causes part of the table to be pushed out of the visible bound of the ListGrid, even if the ListGrid has a width of 100%. If you resize the browser window, it will recalculate the header widths and the problem goes away.

    I'm seeing this using SmartGWT v2.3.0 on firefox and chrome, but I don't think any of that matters. You can see the same issue in the SmartGWT showcase:
    http://www.smartclient.com/smartgwt/...ader_summaries

    I have tried to get around this problem using fixed widths (which without knowing the size of the extra header is not ideal) and calling ListGrid.redraw() through various handlers (which has no affect). Is there any way around this problem, or could there be a fix to this?
Working...
X