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

Grid Resizing

Hi, I am working on virtual grid. Grid consists of two columns; I want to resize the column width through mouse, provided that the column header is disabled. I will be thankful to you. Please solve this issue.
Regards.

1 Reply

HA haneefm Syncfusion Team April 16, 2007 07:33 PM UTC

Hi Ali,

You can add the InsideGrid flag to the ResizeColsBehavior property. This allows you to resize the cols from any inside the grid, instead of only on the headers. Here is a code snippet

this.gridControl1.ResizeColsBehavior = GridResizeCellsBehavior.ResizeSingle | GridResizeCellsBehavior.InsideGrid ;

Best regards,
Haneef

Loader.
Live Chat Icon For mobile
Up arrow icon