I'll be using SalesTable/SalesLine for the sake of this discussion.
I have a simple form with two DataSources, SalesTable and SalesLine, with SalesLine joined to SalesTable. There is a header and lines grid. The header grid has property MultiSelect = Yes
When I select 3 SalesTable records from the grid, is there a way to make it display all of the SalesLine records in the lower grid from the three selected SalesTable records in some native style?
I know I can accomplish this through some code in some way or another, but I would think this can be accomplished through form and DataSource properties somehow through a design pattern? It does not make sense to me that you could select/highlight three header records, and AX will just make the lines-grid display only one of the header:child line pairs.