This Mendix widget helps you pre-select one or more items in a list. Works with the datagrid, template grid, and list view.
For more information on contributing to this repository visit Contributing to a GitHub repository!
From an overview page, you select an item from a list to enter a detail page that also contains a list. This list contains items from the overview page, and certain items should be pre-selected (for example the item selected from the overview page).
For example, consider a list of OrderLine items on an overview page. When I click on an OrderLine, I am presented with a detail page about the whole Order, with the chosen OrderLine preselected in another master-detail list.