GDBG Cell Apparence

Hi,
Is there a property equivalent to "AutoEllipsis" label property for GDBG Cells ?

Thanks

1 Reply

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

Loader.
Up arrow icon