BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
private void gridControl1_LeftColChanging(object sender, GridRowColIndexChangingEventArgs e)
{
if(this.gridControl1.ViewLayout.LastVisibleCol == this.gridControl1.ColCount)
e.Cancel = true;
}