I would like to provide our users with the abiltiy to query across more than one table.
Right now, our prototype application shows data from 3 tables.
We have 2 proposed solutions:
1) 3 individual GridView objects.
2) 1 GridView where the ItemsSource is a DataSet which contains the 3 DataTables.
Is there a way to have a DataFilter show attributes from all 3 tables for either or both of these solutions?
Thank you,
Charlie
Right now, our prototype application shows data from 3 tables.
We have 2 proposed solutions:
1) 3 individual GridView objects.
2) 1 GridView where the ItemsSource is a DataSet which contains the 3 DataTables.
Is there a way to have a DataFilter show attributes from all 3 tables for either or both of these solutions?
Thank you,
Charlie