BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
private void gridDataBoundGrid1_CellClick(object sender, .GridCellClickEventArgs e) { GridBoundRecordState rs = this.gridDataBoundGrid1.Binder.GetRecordStateAtRowIndex(e.RowIndex); Console.WriteLine("level: {0} value in col 1: {1}", rs.LevelIndex, this.gridDataBoundGrid1[e.RowIndex, 1].Text); }