The demo page shows how to relate two RadGrids such that clicking a single row in the first grid restricts the records shown in the second grid. However, is there a way to relate the two RadGrids such that all of the rows in the first grid restricts or filters all the records in the second grid?
Here is an example: The first grid contains a set of Customers and the second grid contains a set of Orders. If a single row in the Customers grid is selected, then the second grid contains all the Orders which belong to the selected Customer. (In fact, by selecting the appropriate code, the second grid could easily show all the Orders which do not belong to that Customer.) The goal is to show all the Orders which belong to any of the Customers shown in the Customer grid. This would permit a user to apply a filter to the Customer grid, such as customers which belong to a state, city, or area code, and the second grid would be restricted to Orders by those Customers which meet the filter criteria.
One suggestion was to relate the grids within a Master/Detail relation but that still associates the records specifically to each Customer. By being able to Filter Related Grids, the user can then analyze Customers and Orders as sets of data instead of Orders related to a specific Customers.
Here is an example: The first grid contains a set of Customers and the second grid contains a set of Orders. If a single row in the Customers grid is selected, then the second grid contains all the Orders which belong to the selected Customer. (In fact, by selecting the appropriate code, the second grid could easily show all the Orders which do not belong to that Customer.) The goal is to show all the Orders which belong to any of the Customers shown in the Customer grid. This would permit a user to apply a filter to the Customer grid, such as customers which belong to a state, city, or area code, and the second grid would be restricted to Orders by those Customers which meet the filter criteria.
One suggestion was to relate the grids within a Master/Detail relation but that still associates the records specifically to each Customer. By being able to Filter Related Grids, the user can then analyze Customers and Orders as sets of data instead of Orders related to a specific Customers.