BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
protected virtual bool OnSaveChanges() { TraceUtil.TraceCurrentMethodInfoIf(Switches.CellRenderer.TraceVerbose, this.ControlText); if (CurrentCell.IsModified) { Grid.Model[currentRowIndex, currentColIndex].FormattedText = this.ControlText; return true; } return false; }