How to not select the first item in a list view

0
  I have a list view with ‘notifications’ as well as a dataview listening to it. When selecting a notification a microflow timer is started in the dataview to set the notification attribute ‘unread(boolean)’ to true. However, when entering the page, the first notification is automatically selected, starting the microflow timer for that notification. Is there a way not to select the first item (without making it a datagrid)?
asked
1 answers
1

I dont think there is by default.

There is a widget called selection helper though: https://appstore.home.mendix.com/link/app/27519/
If you configure this so that there are no selectable objects, the listview should load without selection.

answered