Data Widgets v2.27.5+: List View / Gallery Pagination resets scroll to top
0
Hi everyone,I’m experiencing an issue regarding scroll behavior in the Data Widgets starting from version 2.27.5.The Setup:Mendix Version: 9.24.39Widget: List View with the Advanced Pagination widget.The Issue: In version 2.27.4, clicking "Next" in the pagination widget updated the data correctly while maintaining the user's scroll position. However, after upgrading Data Widgets to v2.27.5 (and above), clicking "Next" causes the page/container to automatically scroll back to the top every time the data refreshes.What I've tried:Using Scroll Container widgetSwitching from List View to the Gallery widget—the Gallery shows the same "jump to top" behavior even when using its built-in paging buttons. Using Template grid (Not an option because it automatically disables the checkbox buttons nested inside it, and I need those to remain interactive)Verified that reverting to v2.27.4 resolves the issue immediately, confirming the change was introduced in v2.27.5.Has anyone else encountered this issue? Are there any known workarounds to "lock" the scroll position in these newer versions of the Data Widgets module?Thanks in advance!