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.
Up arrow icon