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