StringTrimming.EllipsisCharacter setting does not work

hi..

i've got a problem trying to set a cell to trim its text using the StringTrimming.EllipsisCharacter option (in QueryCellInfo).

because when I resize the column it look like it trimming by word not character.

are there any other property that i have to set to make it work ?

using Syncfusion version 6.1.0.34

1 Reply

JJ Jisha Joy Syncfusion Team July 27, 2010 07:26 AM UTC

Hi Nazmi,

Thank you for using Syncfusion products.

Please try disabling the WrapText property while setting the Trimming property and let me know if this helps.

//in QueryCellStyleInfo event handler
e.Style.Trimming = StringTrimming.EllipsisCharacter;
e.Style.WrapText = false;

Regards,
Jisha

Loader.
Up arrow icon