I have a Ext.grid.GridView with a store that is based on JsonReader. From server I have about 1200 records being sent back to UI. But the GridView displays only 100. Is there any config that I need to add to display all records? Or is there a limitation of displaying 100 records in GridView, hence I have to use pagination?
The grid should display what you tell it to ..
-You have verified there are actually 1200 records send from the server?
(not just the totals says 1200)
-Does the store have all of these records?
-Do you have any filters?