Version: SmartGWT Power 5.0p
Browser: Chrome
I am trying to disable clipping of header title for some of my listgrids. I tried calling setClipHeaderTitles(false) on the listgird, but the header titles are still clipped and the ellipsis appears and when I hover on the title, the full title is shown on the hover.
I could disable the hover by calling setShowClippedHeaderTitlesOnHover(false). Some of my columns are narrow (3 or 4 character narrow columns) and all I end up is the ellipsis alone. I would rather have the last character cut rather than just seeting ... in the grid titles.
Browser: Chrome
I am trying to disable clipping of header title for some of my listgrids. I tried calling setClipHeaderTitles(false) on the listgird, but the header titles are still clipped and the ellipsis appears and when I hover on the title, the full title is shown on the hover.
I could disable the hover by calling setShowClippedHeaderTitlesOnHover(false). Some of my columns are narrow (3 or 4 character narrow columns) and all I end up is the ellipsis alone. I would rather have the last character cut rather than just seeting ... in the grid titles.
Comment