Announcement

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

    How to elipsis sign when using these 2 properties:  setWrapCells(true);  setFixedRecordHeights(true);

    Hi,

    I am using <smartgwt.version>12.1-p20201118</smartgwt.version>

    I have used these 2 propertes so as to vertically clip data in grid.

    setWrapCells(true);
    setFixedRecordHeights(true);

    It has clipped the data vertically but did not bring elipsis sign at the end wgich does not make it intutive from UI point of view that data is clipped.
    How can i achieve this elipsis sign?

    I tried using setShowEllipsisWhenClipped(true) but it didnt worked.

    Attaching screenshot for same.
    Attached Files

    #2
    We indeed enable ellipsis with those settings, but browsers do not have consistent support for multi-line ellipsis. Working around this without browser support is possible, but would be a pretty major effort, and likely be obsoleted by eventually browser support. Nevertheless it could be sponsored via Feature Sponsorship if it's important to you.

    More background here:

    https://forums.smartclient.com/forum...wrapping-issue

    Comment

    Working...
    X