AD
Administrator
Syncfusion Team
November 3, 2004 04:22 PM UTC
There is a property setting that will give you this behavior without handling key events. Try setting:
this.gridControl1.Model.Options.WrapCellBehavior = GridWrapCellBehavior.WrapRow;
GR
Gordon Rhea
November 3, 2004 05:25 PM UTC
That did the trick.
Thanks Clay
Gordon