Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
UltraGrid : Text Overflow for Cells
posted

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