rforbes
10 Dec 2007, 10:36 AM
Hi,
I'm hoping someone can help me with the following problem that I'm having with a Grid not showing all of the data returned by an Http request.
I have a Grid defined with a Store backed by an XMLReader. I am not using paging (e.g. no paging toolbar on grid, not specifying start and limit parameters in the ds.load(), not specifying totalRecords param on XMLReader) but after each load the Store count() and totalCount() methods return different numbers, e.g. 1/3 and 6/14. The grid is only showing the smaller number of items. According to the documentation, count() and totalCount() are only different when paging !?
I'm using Ext 1.0.1.
Any help would be appreciated!
Thanks,
Rob
I'm hoping someone can help me with the following problem that I'm having with a Grid not showing all of the data returned by an Http request.
I have a Grid defined with a Store backed by an XMLReader. I am not using paging (e.g. no paging toolbar on grid, not specifying start and limit parameters in the ds.load(), not specifying totalRecords param on XMLReader) but after each load the Store count() and totalCount() methods return different numbers, e.g. 1/3 and 6/14. The grid is only showing the smaller number of items. According to the documentation, count() and totalCount() are only different when paging !?
I'm using Ext 1.0.1.
Any help would be appreciated!
Thanks,
Rob