gridview item formating

How to keep the text length in a cell of gridview to a short format


1 Reply

JJ Jisha Joy Syncfusion Team July 16, 2008 09:19 AM UTC

Hi Azad,

Thank you interest interest in Syncfusion products.

Please try the Trimming property of GridControl and let me know if this helps.


gridControl1[1, 2].Text = "This is a long Text";
gridControl1[1, 2].Trimming = StringTrimming.EllipsisCharacter;

Regards,
Jisha



Loader.
Up arrow icon