Is there a way to stop selection of list view entry when it loads for the fisrt time

0
Hi,   I am using mendix desktop modeller 7.22.2. I am rendering a list widget, by default it selects first row when it is rendered, I do not want this behavior, is there a way we can achieve it?   Thanks, Pallavi
asked
2 answers
2

That’s the default behavior of the List View. I have a widget called SelectionHelper that you can install and place below directly below your List View. (Download here – app store version is older). It’s designed to override the default selection behavior by selecting a different item. It figures out which item to select by looking at an association on the context entity. If you configure it so that the association is empty, the list view should load with no selection.

answered
0

Looks like this widget works for only persistable entities, we have non-persistable entities here.

answered