BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
private void TableModel_QueryCellModel(object sender, GridQueryCellModelEventArgs e) { if(e.CellType == "ForeignKeyCell") { GridTableDropDownListCellModel model = new GridTableDropDownListCellModel(e.GridModel); model.AllowDoubleClickChangeSelectedIndex = false; e.CellModel = model; } }