We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

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.
Live Chat Icon For mobile
Up arrow icon