BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
//set the grids
this.gridDataBoundGrid1.BindingContext = this.BindingContext;
this.gridDataBoundGrid1.DataSource = parentTable;
this.gridDataBoundGrid2.DataSource = parentTable;
this.gridDataBoundGrid2.DataMember = "ParentToChild";
> //set the grids
> this.gridDataBoundGrid1.BindingContext = this.BindingContext;
>
> this.gridDataBoundGrid1.DataSource = parentTable;
>
> this.gridDataBoundGrid2.DataSource = parentTable;
> this.gridDataBoundGrid2.DataMember = "ParentToChild";
>