Pagination does not work as expected when "Group By" is applied on any List Column and number of items exceeds the Show x number of records per pageDescriptionPagination does not work as expected when group by column.Can you please check and confirm if this is an expected behavior.Steps to Reproduce 1. Login to instance 2. Navigate to any application 3. Check the pagination results -- Works fine 4. Group by any column 5. Right click on top grey bar and change the value "show" -- 10 rows per page 6. All results are show once the group by done 7. Pagination does not work as expected.WorkaroundThis is a platform limitation and the problem has been closed as "Not a Product Defect". When using Group By, the rowcount (Rows per page) controls the number of rows per group. Therefore, this was identified as Enhancement to allow paging when using Group By in a list view (FTASK17941).Related Problem: PRB652311