This is a migrated thread and some comments may be shown as answers.

Filter across multiple GridView?

1 Answer 56 Views
DataFilter
This is a migrated thread and some comments may be shown as answers.
Charlie
Top achievements
Rank 2
Charlie asked on 11 Aug 2010, 09:28 PM
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

1 Answer, 1 is accepted

Sort by
0
Rossen Hristov
Telerik team
answered on 12 Aug 2010, 10:00 AM
Hi Charlie,

You can create 3 RadDataFilters and 3 RadGridView's. Each RadDataFilter will filter a RadGridView. I cannot think of any other way to achieve a thing like this.

Maybe you can create some kind of View in the DB layer that will join these three tables, but I am not sure how you want to display your data.

Sincerely yours,
Ross
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
DataFilter
Asked by
Charlie
Top achievements
Rank 2
Answers by
Rossen Hristov
Telerik team
Share this question
or