I have an api that inserts/updates data on a regular basis (every few seconds it adds a record or updates one.
This table is visible in the GUI so I've activated auto refresh with an interval of about 5 seconds.
This works fine until the user tries to select multiple rows at the same time…
Every 5 seconds the multirow select is deselected and only one remains selected….
I want the user to be able to select multiple rows to be able to fire of a task that does something with each of the selected records…
I've tried to get the Refresh behavior to work but after setting the GridEditUpdateUsingRefreshOption
extended property in the SF > I still cannot see the refresh behavior for the actions After insert, After copy, After update, and After delete

Can someone point me in the correct direction?