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.
Up arrow icon