BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
private bool inEvent = false; private void gridDataBoundGrid1_TopRowChanging(object sender, GridRowColIndexChangingEventArgs e) { if(!inEvent) { inEvent = true; this.gridDataBoundGrid1.TopRowIndex = ???; inEvent = false; } }