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.
You are right that TextTrimming was set in AppStyle by others. But without TextTrimming, words still cut off instead of wrapping into next line in FormattedText style column. Only ellipsis doesn't show.
I've submitted support request regarding to this issue. We'd like to have behavior for FormattedText style column and regular columns
The text does not wrap, even when CellMultiline is true? That sounds like a bug if that's what's happening.
In formatted text cell, text within same word was cut off, words after were wrapped into next line. For regular cell, nothing was cut off, all text was wrapped.
Could you confim or have someone else confim that it's a defect? If it's a defect, do we need to submit a hotfix request?
I'd have to see the bevahior to be sure, but that certainly seems like a bug to me.
I recommend that you create a small sample project that demonstrates this behavior and Submit an incident to Infragistics Developer Support
Hi Mike, I did that already. Thanks for looking into this.