Hi all,
I was wondering if anyone had come across this before. I have an ultragrid that truncates each of the cells if the text is too long to read. I'd like to let the user know that the text has been truncated, and remembered that there was some kind of way to use an ellipsis to indicate this in the cell. But, the only thing I could find was documentation on the UltraWebGrid in which there is the following property:
UltraWebGrid1.DisplayLayout.RowStyleDefault.TextOverflow = Infragistics.WebUI.UltraWebGrid.TextOverflow.Ellipsis
Is there anything similar in the UltraGrid? Thanks for you help.
-Rob
Hi Rob,
You are looking for the TextTrimming property. It's on the Appearance object. So you might use the grid.DisplayLayout.Override.CellAppearance to affect all cells in the grid.
Hi Mike,
would you please explain, what the TextTrimming-Property actually does? When I google "UltraGrid TextTrimming", this thread is the first document found.
Thank you in advance
Patrik