BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
Record r = e.TableCellIdentity.DisplayElement as Record; if(r != null) { //get the DatarowView DataRowView drv = r.GetData() as DataRowView; //or get a single value object val = r.GetValue("Col1"); }
>Record r = e.TableCellIdentity.DisplayElement as Record; >if(r != null) >{ > //get the DatarowView > DataRowView drv = r.GetData() as DataRowView; > //or get a single value > object val = r.GetValue("Col1"); >} >