No ellipsis instead ggc is wrapping text for some columns

Hi,
When with out any grouping, the asset column is showing ellipsis when it's width is reduced. When it's group, instead it's wrapping like shown in the attachment. I am using 5.2.0.25 version Windows Essential grid.
Thanks,
-prasad



groupGrid.zip

1 Reply

HA haneefm Syncfusion Team January 7, 2008 09:26 PM UTC

Hi Prasad,

You can try these codes

this.gridGroupingControl1.TableDescriptor.Appearance.GroupCaptionCell.WrapText = false;
this.gridGroupingControl1.TableDescriptor.Appearance.GroupCaptionCell.Trimming = StringTrimming.EllipsisCharacter;

to ellipsis the GroupCaptionCell in a grid

Best regards,
Haneef


Loader.
Up arrow icon