BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
private void button1_Click(object sender, System.EventArgs e) { GridCurrentCell cc = grid.CurrentCell; GridBoundRecordState rs = grid.Binder.GetRecordStateAtRowIndex(cc.RowIndex); DataRowView drv = rs.Table[rs.Position] as DataRowView; Console.WriteLine(drv[0].ToString() + " -- " + drv[1].ToString()); }
int field = this.grid.Binder.ColIndexToField(cc.ColIndex);