RS
Rajarajeswari S
Syncfusion Team
December 9, 2008 01:08 PM UTC
Hi,
Thanks for using Syncfusion products.
When the column width is large enough to hold the cell value, the text won't be wrapped. Please try to set the width for the column using below code snippet:
this.GridGroupingControl1.TableDescriptor.Columns[0].Width = 300;
Please let me know if you have any other concerns.
Regards,
Raji