BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
GridCurrentCell cc = e.TableControl.CurrentCell;
GridTableCellStyleInfo style = e.TableControl.Model[cc.RowIndex, cc.ColIndex] as GridTableCellStyleInfo;
Record rec = style.TableCellIdentity.DisplayElement.ParentRecord as Record;
object someValue = rec.GetValue("SomeColumName");