Fix the column widths and don''t allow users to resize

Hi,

How can I fix the Column widths of my Virtual Grid and stop users from resizing the column widths.

thanks
Deepak

1 Reply

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


Loader.
Up arrow icon