BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
private void gridDataBoundGrid1_CellClick(object sender, GridCellClickEventArgs e) { GridDataBoundGrid grid = sender as GridDataBoundGrid; if (grid != null && !grid[e.RowIndex, e.ColIndex].Enabled) { grid.CurrentCell.MoveTo(e.RowIndex, 1); } }