|
Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
If the grid will allow you to have 3 separate data sources for each level of the relationship, then you can use a hierarchial control like the one you mentioned; otherwise, you'll need to use 3 separate grids. The SF business objects will automatically filter records within the child business objects with the business object navigates. So, if you use 3 separate grids, it is simpley a matter of calling Navigate() on the business object in the AfterSelect event of the grid. When the record is selected in the grid, the child business object will filter itself to match the selected record within the parent grid.
|