Announcement

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

    ListGrid extra column header

    Hi, there seems to be an extra empty column on my ListGrid that I can't figure out how to get rid of. It shows the sort direction and clicking it sorts the current sort column, but I don't need it to show at all, it's just getting in the way of my other columns and cutting the last one off.

    I attached a screenshot showing it (See the last column 'Price Sold' is cutoff by this fixed last column). I have set:

    listGrid.setShowHeaderContextMenu(false);
    listGrid.setShowHeaderMenuButton(false);

    but can't find anything else to get rid of it. I am using SmartGWT 3.1. Thanks.
    Attached Files

    #2
    Hi there, did you figure this out? I am encountering the same problem. I have leaveScrollbarGap set to false but am still seeing this at the end of the last column to sort the whole row.

    Comment

    Working...
    X