Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
800
How to remove ellipsis in Formatted text cell
posted

Ellipsis displayed in my FormattedText style column. The column is set to display multi line text, Long text is wrapped into multi lines correctly, but when one word can't fit into the cell, ellipsis shows. Is there a way to wrap the word intead of showing ellipsis?

Thanks,

Crystal.

 

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    Hi Crystal,

    The grid doesn't display an ellipsis by default. So this must be caused by some property you are setting on the column. Or maybe you are loading a layout or a preset that is setting this.

    The property that controls this sort of thing is the TextTrimming property on the Appearance. So you might want to search your code for that property and see if you are setting it somewhere.

Children