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