How to get all records from store when pagesize given? I am using Extjs 5.1.1. I couldn't find any solution that works for my requirement.
I can get by changing the pagesize of store and loading it so that all records will be in single page. But it will display all records in grid which is not desired.
I need a solution to get all records without effecting current state of grid.
For example, if grid with paging memory has currently pagesize 10 and total records 50. I want get all 50 records with out effecting current state of grid.
Thanks in adavance.