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.
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.
Hi Mike,
it only happens to the column that has FormattedText style, other columns don't show ellipsis. In the FormattedText style column, ellipsis displays when a word can't fit in the column, but the text after the word still wrapped to next line. I didn't set TextTrimming property in my code. Thanks a lot for looking into this.