RC
Rajadurai C
Syncfusion Team
December 2, 2008 02:08 PM UTC
Hi Chin,
Thanks for your interest in Syncfusion products.
Before setting column width in GDBG with the code you mentioned, please set AllowResizeToFit property to false.
i.e.,
this.gridDataBoundGrid1.AllowResizeToFit = false;
this.gridDataBoundGrid1.Model.ColWidths[columnname] = 100;
Regards,
Rajadurai