BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
GridCurrentCell cc = this.gridDataBoundGrid4.CurrentCell; GridBoundRecordState rs = this.gridDataBoundGrid4.Binder.GetRecordStateAtRowIndex(cc.RowIndex); DataRowView drv = (DataRowView) rs.ListManager.Current; DataRow dr = drv.Row; Console.WriteLine(dr[0].ToString() + " " + dr[1].ToString() + " " + dr[2].ToString());