BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
private void gridDataBoundGrid2_Enter(object sender, EventArgs e) { CurrencyManager cm = (CurrencyManager) this.BindingContext[this.gridDataBoundGrid2.DataSource, this.gridDataBoundGrid2.DataMember]; if(cm.Count == 1) { this.gridDataBoundGrid2.BeginUpdate(); cm.AddNew(); cm.RemoveAt(1); this.gridDataBoundGrid2.EndUpdate(); } }