Hello, can listview (ExtJS 3.x) component support paging? I could not find any examples on how to use paging on listview, any pointers? thanks...
+1
A:
The component itself doesn't support paging natively but since it's fairly easy to extend extjs component you should be able to make our own, I advice you to take a look at the grid paging toolbar it will give you a start.
I think the toolbar is taking some event on the store and adding start and limit params so it shouldn't be too difficult to adapt that to a listview.
RageZ
2009-09-25 13:51:56
Thanks, for now I'll be just switching to Grid then.
hazimdikenli
2009-09-25 14:26:35