I have set the CellAppearance.TextTrimming property to Infragistics.Win.TextTrimming.EllipsisCharacter. However, when I load up the grid the trimming is not occuring for cells that have newline characters in the cell, it displays the first line of text without an ellipsis continuation at the end. The trimming does occur for cells that do not have the newline character in the cell. Thanks!
-Brandon
Hello there. I am the original poster, I solved it by using a datafilter on the column's editor:
First I created this class:
End Class
Then I use it as follows:
End Sub
I'm pretty sure that this is a limiation of the Windows API. Showing an ellipsis and drawing multiline text are simply not supported.
Hello,
I do have the same problem, is there any idea how to solve it?
Thank you!