Comment 3 for bug 1845047

Revision history for this message
Bill Erickson (berick) wrote :

Hi Elaine, testing this one requires some hoop-jumping.

1. Find a grid with many rows that does not have the disablePaging attribute enabled in the code (i.e. paging controls are present in the UI).
2. Save grid settings, which will save the grid limit.
3. Add the disablePaging attribute to the grid in the code and rebuild.
4. Before applying the patch from this bug, you would only see 10 rows, even though paging is disabled, meaning all rows should appear. After applying this patch, all rows will appear.