i hust added this paging toolbar to my grid with grouping view but the problem is that all items is still showing on the first page...
Code:
bbar: new Ext.PagingToolbar({
store: questionStore,
displayInfo: true,
pageSize: 25,
displayMsg: 'Displaying questions {0} - {1} of {2}',
emptyMsg: 'No questions to display'
})
the paging toolbar is showing "Displaying questions 1 - 330 of 330" but its also saying that it is in page 1 of 14, if i try to click the next page button on the toolbar i am getting a syntax error