Announcement

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

    Clipping group title in ListGrid!

    Hello Guyz!

    I am facing an issue with "Grouping By" and "Freeze" in listGrid and this issue can be repreduced on smartGWt showcase:

    http://www.smartclient.com/smartgwt/showcase/#grid_grouping_custom

    If the user tries to Freeze any column in the listGrid the group title will be clipped and there is no fitting the group title in the column.

    It seems the group by title does not span all columns just span the frozen column and this make an issue for me.

    Please find the attached screen-shot to see the issue.
    Attached Files

    #2
    Freezing columns does seem to clip the group by text. Is there a way to get the group by text to span frozen columns and non-frozen columns?

    Comment


      #3
      Hi folks,
      It appears as though the 'Group By' titles clip to the right edge of the last 'Fixed' column. In our case, we want to fix an icon as the first column of the grid. When we do this, the 'Group By' titles are clipped/hidden with no way to see them.

      We can reproduce the basic behavior in the showcase example stated in the original post. Of course, in the showcase example you can expand the fixed column to see the rest of the 'Group By' title. With a narrow fixed column there is no way to see the 'Group By' title.

      This appears to happen on every version, including the current version across all browsers. It appears to be a limitation of the list grid implementation in how fixed columns interact with the 'Group By' functionality. It is certainly possible we are not aware of a settings that allow us to span the group title across fixed and not fixed columns or do something else reasonable.

      A little help here would be appreciated.

      Comment


        #4
        The default is to have the group title span all nodes - you might have set listGrid.groupTitlefield or listGrid.showGroupTitleColumn - see the docs for these methods for details on how to control spanning vs not spanning.

        Comment

        Working...
        X