Covered Cell

Hi, When I clicked on one of the covered cells and some time it give you this special cursor to change the row height or column width. How can I get rid this special cursor? I don’t want user to be able to change the height or width. Please do reply! Thanks

1 Reply

AD Administrator Syncfusion Team June 3, 2004 05:11 AM UTC

Try setting these properties: this.gridControl1.ResizeColsBehavior = GridResizeCellsBehavior.None; this.gridControl1.ResizeRowsBehavior = GridResizeCellsBehavior.None;

Loader.
Up arrow icon