-
23 Jan 2013 1:39 AM #1
Using PagingToolbar in GridPanel
Using PagingToolbar in GridPanel
Hi everybody!
I'm using PaginToolbar in a GridPanel like this:
grRichieste=new eg.GridPanel({
height:306,
..........
bbar:new Ext.PagingToolbar({
pageSize:nRows,store
tRichieste,displayInfo:true,
displayMsg:'Vedi <b>{0}</b>-<b>{1}</b> di <b>{2}</b>',
emptyMsg:"Nessuna richiesta da visualizzare!"
}),
When I click on "NextPage" in the toolbar, it works fine only for the first pages, but the latest two pages are not correctly visualized. The json message from the server contains correct data (with the correct ids) but tha page is not updated with the new data and even if the page counter in the toolbar doesn't change and indicates the same page as before clicking!
Have you an idea of what is happening? A bug perhaps??
Thanks for your help!
-
28 Jan 2013 1:50 PM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 34,121
- Vote Rating
- 453
I have not seen an issue like this, the toolbar has worked for me 100% for my projects.
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.


Reply With Quote