BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
private void gridControl1_CurrentCellControlGotFocus(object sender, ControlEventArgs e) { foreach(Control c in this.gridControl1.Controls) { if(c is GridMaskedEditBox) { c.ContextMenu = myContextMenu; } } }