waldav00
7 May 2008, 3:41 PM
I have just figured out how to add the paging toolbar to a grid. I have set the pageSize to 5 and then called:
mySOPstore.load({params:{start:0, limit:5}});
My grid is displaying all 30 records even though I see it has pages 1 - 6 which would be correct. If I page back and forth it always shows all records.
What am I doing wrong?
mySOPstore.load({params:{start:0, limit:5}});
My grid is displaying all 30 records even though I see it has pages 1 - 6 which would be correct. If I page back and forth it always shows all records.
What am I doing wrong?