BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
grid.FloatingCells = new GridModelFloatingCells(gridControl1.Model);
Or, if you do not need floating cells, you could set:
grid.FloatCellsMode = GridFloatCellsMode.None;