AD
Administrator
Syncfusion Team
November 30, 2006 11:08 AM UTC
Hi Prashant,
Please try this code
this.gridControl1.Model.Options.WrapCellBehavior = GridWrapCellBehavior.WrapRow;
Best Regards,
Haneef
PR
Prashant
November 30, 2006 01:53 PM UTC
Thanks,
This is what I was looking for.
>Hi Prashant,
Please try this code
this.gridControl1.Model.Options.WrapCellBehavior = GridWrapCellBehavior.WrapRow;
Best Regards,
Haneef