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,
Like I said, I tried this out and I do not see the issue you are describing. The FormattedText cells in my grid do not show an ellipsis unless I explictly set the TextTrimming.
Perhaps TextTrimming is being set because you are loading a layout into your grid, or perhaps a Preset.
If none of that helps, I recommend that you try to duplicate the problem in a small sample project and Submit an incident to Infragistics Developer Support so they can try to figure out why it's happening.
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.
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.