Is there a way to change items count per page in CListView?

Hello!

I’m playing around with the CListView widget and I want to change pagination items count per page. So far - no good, can somebody suggest something?

Thanks!

Have you tried looking at the CDataProvider ‘Pagination’ property when you first set the dataprovider: http://www.yiiframework.com/doc/api/1.1/CDataProvider#pagination-detail? I don’t think you can set it in the view, I believe you need to set the ‘items per page’ in the controller when you call the data.