JJ
Jisha Joy
Syncfusion Team
May 12, 2009 06:22 AM UTC
Hi Deepak,
You can set the ResizeColsBehavior property to GridResizeCellsBehavior.None. This will disables the resizing of columns in GridControl. Please see the code:
this.gridControl1.ResizeColsBehavior = GridResizeCellsBehavior.None;
Please let me know if this helps.
Regards,
Jisha