G
Guest
Hi
I know that to perform a DataView.RowFilter based on a child relation, an
aggregation must be performed.
But I have a datagrid bound to a DataView (filtered by various columns) of
my parent table on which Insert/Update/Delete operations are performed. The
parent table has a relationship with it's child on a one to many basis. One
of my required filter columns is however in the child table.
My tables are in a strongly typed dataset and trips back to the sql server
are not permitted.
What would be the recommended approach to solving this problem?
Any help would be most appreciated.
I know that to perform a DataView.RowFilter based on a child relation, an
aggregation must be performed.
But I have a datagrid bound to a DataView (filtered by various columns) of
my parent table on which Insert/Update/Delete operations are performed. The
parent table has a relationship with it's child on a one to many basis. One
of my required filter columns is however in the child table.
My tables are in a strongly typed dataset and trips back to the sql server
are not permitted.
What would be the recommended approach to solving this problem?
Any help would be most appreciated.