BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
if(this.inDelete)
return;
this.inDelete = true;
grid.CurrentCell.EndEdit();
grid.Binder.EndEdit();
grid.Binder.RemoveRecords....
this.inDelete = false;