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

Hi i want auto word wrap in Syncfusion.Grid.Grouping.Windows

Hi i want auto word wrap in Syncfusion.Grid.Grouping.Windows, in columns,

so i can avoid to cutting word in columns.

1 Reply

HA haneefm Syncfusion Team May 1, 2007 05:45 PM UTC

Hi,

You can try this code.

this.gridGroupingControl1.TableDescriptor.Appearance.AnyCell.WrapText = true;
this.gridGroupingControl1.TableDescriptor.Appearance.AnyCell.AutoSize = true;//automatically increase the cell height
this.gridGroupingControl1.TableDescriptor.Appearance.AnyCell.AllowEnter = true;//Accept the EnterKey in a cell

Please refer to the attached sample for implementation.
GGCWrapText_b43ef2c.zip

Best regards,
Haneef

Loader.
Live Chat Icon For mobile
Up arrow icon