HA
haneefm
Syncfusion Team
May 15, 2007 05:14 PM UTC
Hi Simon,
You can do this by setting the Trimming property of the cell to StringTrimming.EllipsisCharacter in a Grid. Please try the code and let me know if this helps.
[c#]
this.gridDataBoundGrid1.TableStyle.Trimming = StringTrimming.EllipsisCharacter;
Best regards,
Haneef