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

Multiline row in grid

Hello,

How can I make a grid cell act as a mulitiline textbox?

I've tried using the word wrap attribute but it doesn't work:

gridGroupingControl1.Appearance.AnyCell.WrapText = true;

thanx..

1 Reply

HA haneefm Syncfusion Team April 24, 2007 03:14 PM UTC

Hi Mario,

You can try this code.

this.gridGroupingControl1.TableDescriptor.Appearance.AnyCell.WrapText = true;
this.gridGroupingControl1.TableDescriptor.Appearance.AnyCell.AllowEnter = true

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

Best regards,
Haneef

Loader.
Live Chat Icon For mobile
Up arrow icon