JJ
Jisha Joy
Syncfusion Team
August 21, 2009 05:52 AM UTC
Hi Stephen,
Thank you for posting query to us.
The desired behavior can be achieved by setting the WrapCellBehavior property to GridWrapCellBehavior.WrapRow. See the code:
this.gridControl1.Model.Options.WrapCellBehavior = Syncfusion.Windows.Forms.Grid.GridWrapCellBehavior.WrapRow;
Let me know if you have further queries.
Regards,
Jisha