In 21R2, I had created a small customization project to handle UI tweaks. One of these was to alter the grids on GL40.40.00 and AR40.20.00 so that they would generate 200 records at a time which could be scrolled through, and the rest could be accessed via paging. I accomplished this with these settings on the grid.
AdjustPageSize: Manual
AllowPaging: True
PageSize: 200
After upgrading to 23R1, these settings no longer work, and AllowPaging appears to behave like a mutually exclusive switch between paging with auto page size and scrolling with manual page size.
Is this just the new behavior of these settings? Are scrolling and paging not allowed simultaneously anymore?