If start and limit are passed to the server, it will usually apply OFFSET and LIMIT in the database queries, even though the store is not capable of automatically asking for more data, so only the first page is ever displayed.

Why was Ext.data.Store designed this way? What am I missing?