ExtJS PagingMemoryCombo: Paging in ComboBox with local data + filtering
You might come across with requirement where you need to do Pagination on combo with local data.
This fiddle does this using Ext.ux.data.PagingMemoryProxy
- show paging info & change paging display msg
- implementation of afterQuery fixes query filtering on local data
You can also achieve the same by extending your store with Ext.ux.data.PagingStore
I hope this sample might be useful to someone. :)