Set initial selection in list/template grid?

1
How can I customize the initial selection of a list view or template grid? I have a master/detail view (currently with a list view, and a listening data view on that widget). However, depending on the attributes of the list items, I want to determine the initial selection of the list view, so that the “most important” item is selected and shown in the detail view. However, the order should not be changed, so I cannot just sort the items in the list to make the important item at the top. I can define a microflow or probably a nanoflow that returns the item to be selected. How is it possible to influence the initial selection?
asked
1 answers
2

This widget may meet your needs:

https://github.com/tieniber/SelectionHelper

Direct download link:

https://github.com/tieniber/SelectionHelper/blob/master/test/widgets/SelectionHelper.mpk?raw=true

answered