I have a strongly typed dataset where each row from table 1 has many records in table 2. I have all the fields from table 1 bound to textboxes on my form. How can I have a datagrid on my form only display the records from table 2 that are related to the current row(current position of the binding manager) of table 1?
I know i can create a dataview and filter it each time the current row changes but i think there should be a better way than this.
I know i can create a dataview and filter it each time the current row changes but i think there should be a better way than this.