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

Grid resizing without header row

Hi,
i have a requirement wherebye i have a grid control and the grid header row is hidden, still the grid columns need to be resized at runtime using mouse pointer. Is this possible?

Regards,
Santanu.


1 Reply

JJ Jisha Joy Syncfusion Team November 1, 2010 08:46 AM UTC

Hi Santanu,

You could achieve the desired behavior by using the following code:

this.gridControl1.ResizeColsBehavior = ~GridResizeCellsBehavior.IgnoreHeaders & ~GridResizeCellsBehavior.ResizeAll;

Regards,
Jisha


Loader.
Live Chat Icon For mobile
Up arrow icon