Disabling wordwrapping in GGC column

Hi,

How can i disable word wrapping in GGC column?

I have this big text "test environment 1" which is getting wrapped in the cell.


1 Reply

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



Loader.
Up arrow icon