Hi Everyone,
I'm having trouble finding solution in the auto scroll to top of lists when deleting a record. I want it stay the same/freeze so I don't have to scroll down again to delete data.
Hi Miguel,
Can you share the screenshot of your screen action triggered when deleting a row?
You are likely refreshing the query binded to the table after deleting the record, causing the refresh of the whole table and the scroll again. You could instead use the ListRemove action (you can get its dependency from System) to remove the row from the list, causing minimal impact on the screen and avoiding the scroll.
Your delete action should then be something like this:
Kind regards,João
From what I've been reading, javascript is the main solution. Thank you for this info though!
No need for JavaScript
Auto-scroll is happing because probably refreshing the aggregate. For to stop auto-scroll don't refresh the screen data, For reference, you can refer attached oml.