BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
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; }