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

In GDBG At run time How can we prevent resizing of rows and columns

Hi ,

After execution of GDBG, with the help of mouse we can resize the rows and columns . i want this activity to be disabled.
How can i do this. Urgent please ,,

Thanx & Regards
TAQI

1 Reply

HA haneefm Syncfusion Team June 18, 2007 06:41 PM UTC

Hi TAQI,

Try setting these properties:

this.grid.ResizeColsBehavior = GridResizeCellsBehavior.None;
this.grid.ResizeRowsBehavior = GridResizeCellsBehavior.None;

Best regards,
Haneef

Loader.
Live Chat Icon For mobile
Up arrow icon