How to display ellipsis in a cell when the text overflow for ggc

How do I display ellipsis at the end of a long text in a cell when the text spills over to the adjacent cell in the ggc?

1 Reply

AD Administrator Syncfusion Team October 21, 2006 06:48 AM UTC

You set the Trimming property on the style for the column.

this.gridGroupingControl1.TableDescriptor.Columns["Col0"].Appearance.AnyRecordFieldCell.Trimming = StringTrimming.EllipsisCharacter;

Loader.
Up arrow icon