Idea Summary
Similar to interactive reports, can we have native option to show how many records on a page by default and allow users to choose whether they want 15, 50, 100, 150, all?
Use Case
Depending on the number of records, our users do not want to go through different pages. Plus we have actions attached to the grid where we allow users to mass update a value based on record selectors. The select all option on the grid only select all records on the page (15 records at a time) but “Select all” to them is SELECT ALL. We then have to create another custom button to take action on all records and not depend on it. It's still a training issue and is confusing to most.
Preferred Solution (Optional)
Just have a default configuration to set to 15 or 50 records and allow the users to change how many records they want to view at a time.
Question: How many records can an interactive grid handle before it crashes the browser as I do notice it takes a massive amount of memory? That's probably why you guys did not enable this feature in the beginning but at least give us some acceptable level (max it at 500 records or 1000).