AD
Administrator
Syncfusion Team
June 22, 2006 06:41 PM UTC
Hi Nick,
In general grid should automatically resize columns to fit cell contents on first disply of the data. To turn off the this behavior, you need to set the AllowResizeToFit property to false. Please find the code snippet below.
this.gridDataBoundGrid1.AllowResizeToFit = false;
Let me know if this helps.
Best Regards,
Haneef