BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
public class MyGridDataBoundGrid : GridDataBoundGrid { protected override void OnCellDoubleClick(GridCellClickEventArgs e) { if(e.ColIndex == 3 && e.RowIndex == 0) return; base.OnCellDoubleClick(e); } }