G
Guest
Hi
I have a sortable readonly datagrid bound to a strongly typed dataset parent
table which has an associated child table via a relationship. I can get the
selected datatable row via the BindingManagerBase. I then want to launch a
new windows form and display the columns of the selected row for editing. I
do this by adding a form property to the new form in order to accept the
selected datarow. This is then used to bind to each of the controls for
editing which works fine.
The question is, given that I have the required datarow in the new form, how
do I bind the results of the row.GetChildRows to another datagrid?
Any help would be much appreciated.
I have a sortable readonly datagrid bound to a strongly typed dataset parent
table which has an associated child table via a relationship. I can get the
selected datatable row via the BindingManagerBase. I then want to launch a
new windows form and display the columns of the selected row for editing. I
do this by adding a form property to the new form in order to accept the
selected datarow. This is then used to bind to each of the controls for
editing which works fine.
The question is, given that I have the required datarow in the new form, how
do I bind the results of the row.GetChildRows to another datagrid?
Any help would be much appreciated.