We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

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.
Live Chat Icon For mobile
Up arrow icon